Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 06:13
· 252 commits to main since this release
4c49bc4

Release Notes

The project is moved to community organization auditumio.
We hope that will this improve the governance and the development of the project.

Breaking Changes

  • The project is moved from infragmo to auditumio organization.
    This change is breaking in a few ways, e.g. the protobuf package is changed,
    docker registry is changed, etc.

New Features

  • Added store.postgres.logQueries and store.sqlite.logQueries configuration
    options to log SQL queries.

Improvements

  • Improved HTTP API reference documentation.
  • Added search on documentation website.

You can always see all important changes described in a friendly format in CHANGELOG.

Changelog

  • 4c49bc4 Merge pull request #31 from auditumio/fix-goreleaser
  • 6e5daaf Fix goreleaser
  • 652c247 Merge pull request #30 from auditumio/changelog
  • af4f7a9 Add CHANGELOG.md
  • 8225bda Merge pull request #29 from auditumio/license
  • faf693a Apply license to source files
  • ccc8dd0 Merge pull request #25 from auditumio/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.17.1
  • 3ef4cff build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2
  • b03f056 Merge pull request #21 from auditumio/dependabot/github_actions/actions/setup-go-4.1.0
  • d6b7d3a build(deps): bump actions/setup-go from 4.0.1 to 4.1.0
  • 38bfe3c Merge pull request #22 from auditumio/dependabot/github_actions/goreleaser/goreleaser-action-4.4.0
  • e68a516 build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
  • 502c9fd Merge pull request #24 from auditumio/dependabot/github_actions/golangci/golangci-lint-action-3.7.0
  • 6fae3e7 build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
  • bb86522 Merge pull request #26 from auditumio/dependabot/go_modules/go.uber.org/zap-1.25.0
  • 320f445 build(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0
  • fdaa39f Merge pull request #27 from auditumio/dependabot/go_modules/github.com/jackc/pgx/v5-5.4.3
  • 34f9a83 build(deps): bump github.com/jackc/pgx/v5 from 5.4.2 to 5.4.3
  • df93ac7 Merge pull request #23 from auditumio/dependabot/github_actions/actions/checkout-3.6.0
  • 56eb4a4 build(deps): bump actions/checkout from 3.5.3 to 3.6.0
  • 3a38d3c Merge pull request #28 from auditumio/docker-repos
  • 1fd4c5a Prepare docker repos
  • b1f43d5 Merge pull request #20 from auditumio/move-to-community
  • 77e4b41 Move repo to auditumio
  • d9e372a Move go package to auditumio
  • 0856a93 Move api to auditumio
  • d9297c2 Merge pull request #19 from infragmo/log-queries
  • 04526cb feature: log SQL queries
  • 2507e80 Merge pull request #18 from infragmo/local
  • 5139d1f Improve local development environment
  • 7c2097f Merge pull request #14 from infragmo/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.16.2
  • 55233f2 build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2
  • ed6fe84 Merge pull request #15 from infragmo/dependabot/go_modules/github.com/jackc/pgx/v5-5.4.2
  • 65edea3 build(deps): bump github.com/jackc/pgx/v5 from 5.4.1 to 5.4.2
  • 6e6c09d Merge pull request #13 from infragmo/dependabot/github_actions/docker/setup-buildx-action-2.9.1
  • 770f3b6 build(deps): bump docker/setup-buildx-action from 2.9.0 to 2.9.1
  • 503433b Merge pull request #16 from infragmo/dependabot/go_modules/google.golang.org/grpc-1.57.0
  • b2e86e8 build(deps): bump google.golang.org/grpc from 1.56.1 to 1.57.0
  • a96c300 Merge pull request #17 from infragmo/dependabot-ghcr
  • 0ea31b3 Fix dependabot pushing to ghcr
  • da013ed Merge pull request #12 from infragmo/dependabot/npm_and_yarn/website/semver-5.7.2
  • 05aba3c build(deps): bump semver from 5.7.1 to 5.7.2 in /website
  • c1d3950 Merge pull request #11 from infragmo/website-fix-ga
  • 46489dc website: fix gtag
  • b0f62ee Merge pull request #10 from infragmo/website-search
  • 3a78f4f website: add Algolia search
  • 0f5773e Merge pull request #9 from infragmo/update-env
  • 78265e8 chore: update env depencency
  • 811174a Merge pull request #8 from infragmo/update-social-card
  • 6589b0e website: update social card
  • abafb5a Merge pull request #7 from infragmo/ci-pg-health
  • 58e0f9a ci: improve postgres service healthcheck
  • 05b8641 Merge pull request #6 from infragmo/api-docs
  • 4823da2 docs: improve API docs