Releases: fp-in-bo/jms4s
Releases · fp-in-bo/jms4s
v0.4.1
What's Changed
Updates
- Update log4cats-slf4j to 2.6.0 by @scala-steward in #380
- Update com.ibm.mq.allclient to 9.3.2.1 by @scala-steward in #383
- Update fs2-core to 3.7.0 by @scala-steward in #384
- Update sbt to 1.8.3 by @scala-steward in #385
- Update cats-effect to 3.5.0 by @scala-steward in #387
v0.4.0
v0.3.1
What's Changed
Updates
- Update sbt-scalafmt to 2.5.0 by @scala-steward in #347
- Update cats-effect-testing-scalatest to 1.5.0 by @scala-steward in #348
- Update sbt to 1.8.2 by @scala-steward in #362
- Update mdoc, sbt-mdoc to 2.3.7 by @scala-steward in #367
- Update com.ibm.mq.allclient to 9.3.2.0 by @scala-steward in #373
- Update cats-effect to 3.4.8 by @scala-steward in #376
v0.3.0
What's Changed
Updates
- Update sbt-tpolecat to 0.4.1
- Update fs2-core to 3.3.0
- Update log4j-slf4j-impl to 2.19.0
- Update scala-library to 2.12.17/2.13.10
- Update log4cats-slf4j to 2.5.0
- Update mdoc, sbt-mdoc to 2.3.6
- Update com.ibm.mq.allclient to 9.3.1.0
- Update sbt to 1.8.0
- Update cats-effect to 3.4.0
- Update cats-core to 2.9.0
New Features
- add new methods to MessageFactory to clone message in #333
Refactoring
- context pool has been reworked in #326
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
Improvements
- "marks" more JMSContext operations as blocking
- assign a MessageFactory to each Context in pool
Fix
- resolve some intelliJ type-inference issues
- avoid eagerly evaluating message body
Deps update
- Update log4cats-slf4j to 2.2.0
- Update sbt to 1.6.2
- Update artemis-jms-client-all
- Update scala-library to 2.13.8
- Update log4j-slf4j-impl to 2.17.2
- update "sbt-spiewak-sonatype" and fix related breaking changes
- Update com.ibm.mq.allclient to 9.2.5.0
- Update mdoc, sbt-mdoc to 2.3.2
- Update fs2-core to 3.2.7
- Update sbt-tpolecat to 0.2.2
- Update cats-effect to 3.3.11
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
Fix
Replace val
s with def
s for JmsMessage properties
Deps update
- Update sbt-scalafmt to 2.4.6
- Update fs2-core to 3.2.4
- Update log4j-slf4j-impl to 2.17.1
- Update sbt to 1.6.1
- Update cats-effect to 3.3.4
- Update com.ibm.mq.allclient to 9.2.4.0
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
Improvements
- Improve contexts acquire and release
- Improve stream parjoin
Deps update
- Update artemis-jms-client-all to 2.19.0
- Update cats-core to 2.7.0
- Update cats-effect-testing-scalatest to 1.4.0
- Update fs2-core to 3.2.3
- Update log4j-slf4j-impl to 2.17.0
- Update sbt to 1.5.8
- Update cats-effect to 3.3.1
- Update scala-library to 2.12.15
Full Changelog: v0.1.2...v0.1.3
v0.1.2 - Do not auth with null
What's Changed
- fix ibmMq auth with users without a password set. by @faustin0 in #196
- several dependency updates
Full Changelog: v0.1.1...v0.1.2
v0.1.1 - Ten
- #187 - introducing polling interval on consumers, a new
pollingInterval
parameter is required when creating JMS consumers.
(@danslapman) - bump various dependencies version