Releases: folio-org/mod-pubsub
Releases · folio-org/mod-pubsub
1.2.1
2020-06-11 v1.2.1
- MODPUBSUB-99 Fix reading of pubsub user credentials
1.2.0
2020-06-10 v.1.2.0
- MODPUBSUB-82 Switch Liquibase integration to use folio-liquibase-util
- MODPUBSUB-96 Add permission to send events to mod-patron-blocks
- MODPUBSUB-97 Allow Kafka topic name to have a customized prefix
- MODPUBSUB-95 Allow publishing event when there are no subscribers
- MODPUBSUB-85 Client: Remove call for registering Publisher/Subscriber if none declared in MessagingDescriptor
- MODPUBSUB-88 Upgrade to RAML Module Builder 30.0.2
1.1.5
2020-04-27 v1.1.5
- MODPUBSUB-83 Add env variables to set replication factor and number of partitions for topics in kafka
1.1.4
2020-04-22 v1.1.4
- Extended README documentation
- Added creating of topics on module startup
- Added saving of error messages to audit for REJECTED events
- Added utility method to construct module name on registration
- MODPUBSUB-76 Fixed filling the mod-pubsub container filesystem
- MODPUBSUB-80 Added override of subscriber with earlier version when new version is registered
1.1.3
2020-04-09 v1.1.3
- MODPUBSUB-73 Fixed duplicate delivery of events
1.1.2
2020-04-03 v1.1.2
- MODPUBSUB-71 Fixed issue with token when delivering the first event
- MODPUBSUB-74 Switched off by default logging of event payload
- Added -XX:+HeapDumpOnOutOfMemoryError param to JAVA_OPTIONS
1.1.1
2020-03-28 v1.1.1
- Fixed permissions
1.1.0
2020-03-06 V1.1.0
- Updated RMB version to 29.1.5
- Fixed reading "MessagingDescriptor" file from JAR file
- Health check for docker-container was created
- Configured local Cache to remove redundant querying of the db for getting messaging modules
- Replaced single shared KafkaProducer with multiple KafkaProducer instances running in WorkerVerticle
- Fixed user permissions issues
1.0.2
2019-01-21 v1.0.2
- Fixed reading "MessagingDescriptor" file from JAR file
1.0.1
2019-12-13 v1.0.1
- Removed default permissions for pub-sub user
- Updated LaunchDescriptor
- Used new base docker image
- Updated documentation