This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Releases: postmanlabs/postman-sdk-go
Releases · postmanlabs/postman-sdk-go
Release v0.1.0
v0.1.0 (2023-05-09)
Bug Fixes
- Removed InstrumentGin from being gloabbly exposed (fac8379)
- Reverting the incorrectly pushed stringifyValue changes (a5dfcbf)
- Spans will not be printed to the console (d4f59a2)
What's Changed
- Simplifying the main file, adding and deleting logs as per requirement by @KartikayBansal470 in #26
- [AOB-328]Remove span data from debug logs to prevent data expose. by @gmann42 in #27
- Removed InstrumentGin from being globally exposed by @piyush-daga in #29
- Rename repo from postman-go-sdk to postman-sdk-go by @piyush-daga in #28
Full Changelog: v0.0.3...v0.1.0
Release v0.0.3
v0.0.3 (2023-04-19)
Features
- Added contributing.md file (4bded07)
Bug Fixes
- Added git commands to fast-forward merge (e8e3f87)
What's Changed
- [AOB-360]Truncate Data from Response and Request Bodies by @gmann42 in #16
- [AOB-342]Update Readme with Golang SDK confiugrations by @gmann42 in #21
- [AOB-334] Data Redaction Logic by @KartikayBansal470 in #12
- Adding postman truncation attribute by @KartikayBansal470 in #19
- [AOB-342] Added contributing.md file by @piyush-daga in #20
- [AOB-358] Skipping spans on failure by @KartikayBansal470 in #24
- [AOB-367] Simplify interface for user by @gmann42 in #22
- Version bump by @gmann42 in #25
New Contributors
- @KartikayBansal470 made their first contribution in #12
Full Changelog: v0.0.2...v0.0.3
Release v0.0.2
v0.0.2 (2023-04-14)
Features
- Change user facing interface to accomodate for user disabling the sdk (c7bdd05)
- Ignore incoming requests (68f3202)
- Release process support in github workflows (f0a8580)
- sdk enable/disable support (53cfb9a)
Bug Fixes
- Action to run only on master push (eee87b4)
- changes to accomodate interface changes in develop branch (685d955)
- Fetch the complete depth to get all tags (c5b3f98)
- Logging changes. Moving from getlogger func to exposing main Log variable (08a5bbb)
- Not able to fetch latest tag from github (074889c)
- Removing trace_receiver_path from constants file, that was a relic of a merge conflcit (13a4845)
- Testing github action (088d0ba)
- Testing github-script action (8a424b4)
- Use distribution bot app to upload tags (3e669f7)
- Using previous tag action (7bb4348)
What's Changed
- [AOB-242] Added codeowners and Github security action by @piyush-daga in #1
- [AOB-242] Working gin instrumentation by @piyush-daga in #2
- Added pre-commit-hook and pre-commit-ci by @piyush-daga in #3
- [AOB-242] Extending Otel Gin middleware to add custom attributes by @piyush-daga in #4
- Use postmanSDK struct and struct methods, Configure OTLP Exporter, BatchSpanProcessor by @gmann42 in #8
- [AOB-242] Fixing go mod and package by @piyush-daga in #9
- [AOB-242] [1] Ignore incoming requests by @piyush-daga in #5
- [AOB-242] [2] SDK Enable/Disable Flow by @piyush-daga in #6
- [AOB-242] [3] Logging Support using Logrus by @piyush-daga in #7
- [AOB-336]Healthcheck and Bootstrap flow by @gmann42 in #13
- Change: SDK Language key in trace attributes by @mudit-postman in #15
- [AOB-353] Release process support in github workflows by @piyush-daga in #14
- Release v0.0.2 by @piyush-daga in #17
New Contributors
- @piyush-daga made their first contribution in #1
- @gmann42 made their first contribution in #8
- @mudit-postman made their first contribution in #15
Full Changelog: https://github.com/postmanlabs/postman-go-sdk/commits/v0.0.2
Release v0.0.1
v0.0.1 (2023-04-13)
Features
- Change user facing interface to accomodate for user disabling the sdk (c7bdd05)
- Ignore incoming requests (68f3202)
- Release process support in github workflows (f0a8580)
- sdk enable/disable support (53cfb9a)
Bug Fixes
- changes to accomodate interface changes in develop branch (685d955)
- Logging changes. Moving from getlogger func to exposing main Log variable (08a5bbb)
What's Changed
- [AOB-242] Added codeowners and Github security action by @piyush-daga in #1
- [AOB-242] Working gin instrumentation by @piyush-daga in #2
- Added pre-commit-hook and pre-commit-ci by @piyush-daga in #3
- [AOB-242] Extending Otel Gin middleware to add custom attributes by @piyush-daga in #4
Full Changelog: https://github.com/postmanlabs/postman-go-sdk/commits/v0.0.1