Skip to content

Releases: LerianStudio/lib-commons

v4.1.0-beta.9

19 Mar 03:44
83cc99c

Choose a tag to compare

v4.1.0-beta.9 Pre-release
Pre-release
fix(otel): normalize endpoint URL and infer insecure mode from scheme…

v4.1.0-beta.8

18 Mar 17:01
f0c5a62

Choose a tag to compare

v4.1.0-beta.8 Pre-release
Pre-release
Merge pull request #361 from LerianStudio/fix/mongo-authsource-default

fix(mongo): default authSource=admin when database is in URI path

v4.1.0-beta.7

17 Mar 20:24
bbc82d7

Choose a tag to compare

v4.1.0-beta.7 Pre-release
Pre-release
Merge pull request #356 from LerianStudio/fix/remove-upstream-auth-as…

v4.1.0-beta.6

17 Mar 15:11
efeb3da

Choose a tag to compare

v4.1.0-beta.6 Pre-release
Pre-release
Merge pull request #354 from LerianStudio/feat/api-versioning-v1

feat(client): add /v1/ prefix + rename settings to connections (#111)

v4.1.0-beta.5

17 Mar 05:16
3406a52

Choose a tag to compare

v4.1.0-beta.5 Pre-release
Pre-release
Merge pull request #352 from LerianStudio/refactor/rename-settings-to…

v4.1.0-beta.4

14 Mar 12:21
b5ef07f

Choose a tag to compare

v4.1.0-beta.4 Pre-release
Pre-release
refactor(http): use strings.Cut for URL sanitization

Replaces the usage of `strings.IndexByte` with the more idiomatic Go
function `strings.Cut`. This function is specifically designed to split
a string into two parts based on a separator, making the code for
redacting URL query parameters clearer and more expressive.

fix(test): remove parallel execution to fix flaky telemetry tests

The telemetry tests in `withTelemetry_test.go` modify shared global
state related to the metrics collector. Running them with `t.Parallel()`
created a race condition, leading to intermittent test failures.

Removing `t.Parallel()` forces these tests to run sequentially,
eliminating the race condition and stabilizing the test suite. A short
sleep was also added to the reset function to ensure the collector has
sufficient time to shut down before the next test starts.

style(test): align struct field values in multi tenant test

Adjusts code formatting in `multi_tenant_test.go` for better
readability by aligning the values in a struct literal. This is a
purely cosmetic change with no functional impact.

v4.1.0-beta.3

14 Mar 12:10
9614832

Choose a tag to compare

v4.1.0-beta.3 Pre-release
Pre-release
test(http): replace discarded close errors with require.NoError and a…

v4.1.0-beta.2

13 Mar 16:56
eca870f

Choose a tag to compare

v4.1.0-beta.2 Pre-release
Pre-release
Merge pull request #348 from LerianStudio/fix/require-service-api-key

fix(tenant-manager): reject empty service API key at client construction

v4.1.0-beta.1

12 Mar 14:59
9a62d41

Choose a tag to compare

v4.1.0-beta.1 Pre-release
Pre-release
Merge pull request #347 from LerianStudio/feat/service-api-key-auth

feat(client): add X-API-Key header support for service authentication

v4.0.0

10 Mar 15:21
f878839

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.1...v4.0.0