Introduce types for managing fielded, enum, union, and scalar shared types.
Implement functionality for comparing values and creating field sets.
Enhance schema extensions by integrating new visitors for enum types.
Adds a new package group for Eventsourced to the Renovate configuration.
This change improves dependency management by organizing related
packages under a specific group for better update tracking.
Change the base image in the Dockerfile to use the amd64
architecture. This ensures compatibility with the target
environment and resolves issues related to image
compatibility during the build process.
Updates the following dependencies to their latest stable versions:
- golang.org/x/crypto to v0.33.0
- golang.org/x/mod to v0.23.0
- golang.org/x/net to v0.35.0
- golang.org/x/sync to v0.11.0
- golang.org/x/sys to v0.30.0
- golang.org/x/text to v0.22.0
- golang.org/x/tools to v0.30.0
These changes ensure compatibility with the latest features and fixes, enhancing overall project stability and performance.
Updates the Go version in go.mod to 1.23.6 and removes the toolchain
line to simplify the module configuration. This ensures compatibility
with the latest Go features and improvements.
Adds a resource group to the production deployment configuration in
the GitLab CI/CD pipeline. This change ensures that the deployment
process is correctly associated with the specified resource group,
enhancing the deployment's reliability and clarity.
Changes the golang image used in the build and check stages from
a generic image to the amd64 variant. This ensures better
compatibility with the tools and libraries being used in the
pipeline.