Skip to content

v0.3.1

Compare
Choose a tag to compare
@flexlixrup flexlixrup released this 02 Jan 21:16
· 59 commits to main since this release

This release adds some missing primitive schema types and refines the documentation. Also the library is now only available Swift 6.0+

Features

  • PulsarInstant and PulsarTimestamp are now available as a generic parameter to support these schemas.

Fixes

  • BREAKING!: Swift 6.0+ is now required to use this package.
  • Refined documentation in different places.

Known issues

  • Errors which are not produced during topic lookup are not handled and will always lead to a reconnection which can result in infinite loops.
  • The producer does not store messages which were sent unsuccessfully.

Full Changelog

v0.3.0...v0.3.1