Skip to content

Latest commit

 

History

History
142 lines (106 loc) · 6.01 KB

CHANGELOG.md

File metadata and controls

142 lines (106 loc) · 6.01 KB

Unreleased

0.10.2 (January 9, 2024)

BUGS:

  • bump Vault sdk to v0.14.1 to fix a bug where slow database connections can cause goroutines to be blocked GH-171

IMPROVEMENTS:

  • Updated dependencies GH-171
    • bump Go from 1.22.3 to 1.23.3

0.10.1 (May 24, 2024)

IMPROVEMENTS:

  • Add license file to build artifacts

0.10.0 (May 24, 2024)

IMPROVEMENTS:

  • Updated dependencies GH-155
    • bump Go from 1.21.6 to 1.22.3
    • bump Oracle Instant Client from 19.22 to 19.23
  • Updated dependencies GH-152:
    • bump github.com/hashicorp/vault/api to v1.13.0
    • bump github.com/hashicorp/vault/sdk to v0.12.0

0.9.0 (February 2, 2024)

IMPROVEMENTS:

  • Update dependencies GH-144
    • github.com/hashicorp/vault/api v1.9.2 -> v1.11.0
    • github.com/hashicorp/vault/sdk v0.9.2 -> v0.10.2
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 GH-138
  • Bump golang.org/x/crypto from 0.12.0 to 0.17.0 GH-140
  • Bump github.com/docker/docker from 23.0.4+incompatible to 23.0.8+incompatible GH-142
  • Bump github.com/opencontainers/runc from 1.1.6 to 1.1.12 GH-143
  • Update dependencies GH-145
    • Update Go from 1.20.7 to 1.21.6
    • Update Oracle Instant Client from 19.20 to 19.22

0.8.3 (August 31, 2023)

IMPROVEMENTS:

  • Update dependencies GH-129
    • github.com/hashicorp/vault/api v1.9.1 -> v1.9.2
    • github.com/hashicorp/vault/sdk v0.9.0 -> v0.9.2
  • Update dependencies GH-130
    • Update Go to 1.20.7
    • Update Oracle Instant Client to 19.20
  • Update dependencies GH-131
    • golang.org/x

0.8.2 (May 25, 2023)

Improvements:

  • Update dependencies GH-123
    • github.com/hashicorp/vault/api v1.9.1
    • github.com/hashicorp/vault/sdk v0.9.0
    • github.com/ory/dockertest/v3 v3.10.0

0.8.1 (March 24, 2023)

Improvements:

  • Update dependencies GH-115
    • github.com/opencontainers/runc v1.1.4
  • Update dependencies
  • Update dependencies GH-109
    • github.com/hashicorp/vault/api v1.9.0
    • golang.org/x/crypto v0.5.0
  • Update dependencies GH-108
    • github.com/hashicorp/vault/sdk v0.8.1
    • github.com/hashicorp/go-kms-wrapping v2.0.7
  • Update dependencies GH-107
    • golang.org/x/net v0.7.0
    • golang.org/x/sys v0.5.0
    • golang.org/x/text v0.7.0

0.8.0 (February 13, 2023)

Improvements:

  • Update dependencies GH-105
    • Update Oracle Instant Client to 19.18
    • Update Go to 1.19.5
  • Update dependencies GH-93
    • github.com/hashicorp/vault/api v1.8.3
    • github.com/hashicorp/vault/sdk v0.7.0
    • github.com/ory/dockertest/v3 v3.9.1

0.7.0 (September 16, 2022)

Improvements:

0.6.1 (March 23, 2022)

  • Re-release of 0.6.0

0.6.0 (March 23, 2022)

Features:

  • Add support for plugin multiplexing [GH-74]

0.5.1 (December 16, 2021)

  • Remove vendored dependencies in the repository. This change should be transparent for plugin uses. [GH-69]

0.5.0 (December 16, 2021)

Features:

  • Add ability to fully customize revocation statements [GH-62]

0.4.2 (August 23, 2021)

Improvements:

  • Improved session killing logic for RAC clusters & local databases [GH-60]

0.4.1 (May 18, 2021)

Bug Fixes:

  • Updates dependent library which removed a number of memory leaks [GH-53]

0.4.0 (March 22, 2021)

Features:

  • Adds the ability to customize how usernames are generated via username templates [GH-47]

0.3.1 (May 18, 2021)

Bug Fixes:

  • Updates dependent library which removed a number of memory leaks [GH-56]

0.2.2 (May 18, 2021)

Bug Fixes:

  • Updates dependent library which removed a number of memory leaks [GH-55]