Skip to content

Releases: fp-in-bo/jms4s

v0.4.1

29 May 07:25
Compare
Choose a tag to compare

What's Changed

Updates

v0.4.0

25 Mar 11:20
40c9327
Compare
Choose a tag to compare

What's Changed

New Features

  • Support temporary destinations in #377

v0.3.1

27 Feb 21:54
Compare
Choose a tag to compare

What's Changed

Updates

v0.3.0

15 Nov 10:07
Compare
Choose a tag to compare

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

28 Jun 08:27
Compare
Choose a tag to compare

What's Changed

  • Update com.ibm.mq.allclient to 9.3.0.0
  • Update cats-effect to 3.3.12
  • Update log4cats-slf4j to 2.3.2
  • Update cats-core to 2.8.0
  • Update sbt-tpolecat to 0.3.3
  • Update scala-library to 2.12.16
  • Update fs2-core to 3.2.8

v0.2.0

12 Apr 07:31
57b5e0b
Compare
Choose a tag to compare

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

10 Jan 13:52
d6dba36
Compare
Choose a tag to compare

What's Changed

Fix

Replace vals with defs 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

22 Dec 10:56
75b03bb
Compare
Choose a tag to compare

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

06 Oct 13:36
054c178
Compare
Choose a tag to compare

What's Changed

v0.1.1 - Ten

10 Jun 06:36
af69422
Compare
Choose a tag to compare
  • #187 - introducing polling interval on consumers, a new pollingInterval parameter is required when creating JMS consumers.
    (@danslapman)
  • bump various dependencies version