Skip to content

Releases: puristajs/purista

v1.11.0

25 Feb 09:18
acaa631
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

  • Update handbook links and fix broken links by @yslinear in #160

New Contributors

Full Changelog: v1.10.8...v1.11.0

v1.10.8

18 Feb 22:41
475f47e
Compare
Choose a tag to compare

Full Changelog: v1.10.7...v1.10.8

v1.10.7

18 Feb 02:11
ec55534
Compare
Choose a tag to compare

Full Changelog: v1.10.6...v1.10.7

1.10.6

15 Feb 15:03
2d0b637
Compare
Choose a tag to compare

Full Changelog: v1.10.5...1.10.6

v1.10.0

11 Feb 16:28
60468bf
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Full Changelog: v1.9.1...v1.10.0

v1.9.1

26 Jan 16:58
834ca78
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.9.0...v1.9.1

v1.9.0

18 Nov 20:46
afc6da1
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

PURISTA now supports Google Secret Manager via @purista/gcloud-secret-store package.
Secret stores are now able to cache secret values in memory for better performance.

Breaking change:

Infisical secret store now caches secret values by default.

Misc

  • dependency packages are bumped to the most recent versions
  • minor documentation fixes

v1.8.1

12 Sep 18:53
bf85c84
Compare
Choose a tag to compare

Fix build and improve HTTP-Server-Service traceparent header handling

v1.8.0

09 Sep 19:16
f32dcca
Compare
Choose a tag to compare

[1.8.0] - 2023-09-09

Bug Fixes

  • Openapi security
  • Improve mock of startActiveSpan and wrapInSpan
  • Update InfisicalClient to api changes
  • Http server service default config
  • Handle traceId in HttpServerService correctly #140

Documentation

  • Update api documentation
  • Update documentation
  • Update CHANGELOG

Features

  • Add optional tenantId to message body #136
  • Update to mqtt lib version 5

Miscellaneous Tasks

  • Update tsconfig
  • Update packages
  • Cleanup bun test
  • Update github issue bug template
  • Bump dependency versions
  • Update package log
  • Update build config

v1.7.5

06 Jul 12:09
be6f67c
Compare
Choose a tag to compare

Minor bug fix in HttpClient error handling