v0.3.1
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.