Skip to content

Latest commit

 

History

History
166 lines (73 loc) · 6.64 KB

CHANGELOG.md

File metadata and controls

166 lines (73 loc) · 6.64 KB

Changelog

2.1.0 (2025-01-13)

Features

  • add exception property to AnalyzeMessageResult for better error handling (1558699)
  • use zlib from stdlib (d130069)

2.0.0 (2023-03-24)

⚠ BREAKING CHANGES

  • migrated from AWS SDK v2 to AWS SDK v3 (#171)

Features

  • migrated from AWS SDK v2 to AWS SDK v3 (#171) (2230300)

1.4.2 (2023-02-15)

Bug Fixes

  • fixed pipeline to run unit tests on release please (#119) (8b996b5)

1.4.1 (2023-02-15)

Bug Fixes

  • check for schema registration failure (#113) (8c681cb)

1.4.0 (2023-01-27)

Features

  • added analyze method which returns meta data for a given message (123022d)

1.3.1 (2023-01-06)

Bug Fixes

  • removed unnecessary dependency "remove" (10214cf)

1.3.0 (2023-01-06)

Features

  • switched to async zlib functions, fixes #56 (5a47039)

1.2.0 (2023-01-03)

Features

  • smaller performance and code improvements (cff07c1)

Bug Fixes

  • fixed typo in error message (78c94a3)

1.1.1 (2022-12-27)

Bug Fixes

  • removed junit.xml from deployment (911743f)

1.1.0 (2022-12-27)

Features

1.0.1 (2022-12-27)

Bug Fixes

  • exclude test and coverage folders from deployment (05fa1f6)

1.0.0 (2022-12-27)

⚠ BREAKING CHANGES

  • first major release

Features

0.5.0 (2022-12-27)

Features

Bug Fixes

  • changed name of build and test pipeline (a061445)
  • encode did not create uncompressed messages when the compress flag was false (af273fb)

0.4.2 (2022-12-24)

Bug Fixes

  • deps: bump aws-sdk from 2.1280.0 to 2.1281.0 (39463a8)

0.4.1 (2022-12-22)

Bug Fixes

  • configured dependabot to use prefixes for commit messages (4f99e3c)

0.4.0 (2022-12-20)

Features

  • added possibility to update the Glue client (f2576db)

Bug Fixes

  • made property registryName readonly (94d0bcf)

0.3.3 (2022-12-15)

Bug Fixes

  • ci: merged release-please and npm publish pipeline (80fad62)

0.3.2 (2022-12-15)

Bug Fixes

  • ci: changed release trigger to "released" (5ab0e5d)

0.3.1 (2022-12-15)

Bug Fixes

  • ci: changed release trigger to "published" (96bea30)

0.3.0 (2022-12-15)

Features

  • ci: added release-please pipeline (e9e2dbe)