Skip to content

Releases: Becklyn/go-wire-core

v1.4.4

11 Nov 13:54
768e538
Compare
Choose a tag to compare

v1.4.4

🐛 Bug Fixes

  • Fix integration of Lifecycle and health

v1.4.3

11 Nov 08:38
d5418c9
Compare
Choose a tag to compare

v1.4.3

✨ Improvements

  • Initialize json implementation on startup
  • Update dependencies

v1.4.2

16 Feb 11:10
1c9e7f4
Compare
Choose a tag to compare

v1.4.2

🐛 Bug Fixes

  • Fix grpc runtime stop

v1.4.1

16 Feb 11:08
28ee5eb
Compare
Choose a tag to compare

v1.4.1

🐛 Bug Fixes

  • Fix grpc runtime stop

v1.4.0

16 Feb 11:03
e12256e
Compare
Choose a tag to compare

v1.4.0

🎁 New Features

  • Add OnStopLast to Lifecycle

✨ Improvements

  • Set health to unhealthy on lifecycle stop

v1.3.2

23 Aug 08:16
Compare
Choose a tag to compare

v1.3.2

🎁 New Features

  • Add validate method to custom json un/marshal functions

v1.3.1

23 Aug 08:06
Compare
Choose a tag to compare

v1.3.1

🎁 New Features

  • Add custom json un-/marshall functions

🛠️ Internal

  • Use goccy/go-json when Architecture is ARM64 instead of bytedance/sonic

v1.3.0

23 Aug 07:28
Compare
Choose a tag to compare

v.1.3.0

🎁 New Features

  • Add bytedance/sonic as default fiber json en-/decoder
  • Make json en-/decoder configurable with FIBER_JSON_ENCODER and FIBER_JSON_DECODER

v1.2.0

19 Jun 09:02
c28f941
Compare
Choose a tag to compare

v1.2.0

🎁 New Features

  • Specify allowed CORS headers by CORS_ALLOW_HEADERS as string that contains the headers list separated by , symbols: Content-Type, Accept
  • Specify which headers to expose for CORS by CORS_EXPOSE_HEADERS as string that contains the headers list separated by , symbols: Content-Type, Accept
  • Specify if CORS are allowed to contain credentials by setting the CORS_ALLOW_CREDENTIALS env variable to true

v1.1.0

19 Jun 07:27
7503247
Compare
Choose a tag to compare

v1.1.0

🎁 New Features

  • Specify allowed CORS origins by CORS_ALLOW_ORIGINS as string that contains the hosts list separated by , symbols: "https://becklyn.com, https://www.becklyn.com"