Skip to content

Releases: bonitasoft/bonita-connector-email

Release 1.4.2

27 Nov 15:01
138597b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.3 by @dependabot in #89
  • chore(deps-dev): bump maven.version from 3.9.5 to 3.9.6 by @dependabot in #90
  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #95
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.3 by @dependabot in #94
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 by @dependabot in #99
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #98
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #96
  • chore(deps-dev): bump commons-io:commons-io from 2.8.0 to 2.15.1 by @dependabot in #91
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #102
  • chore(deps-dev): bump junit-jupiter-engine.version from 5.10.1 to 5.11.3 by @dependabot in #101
  • fix(classloader): always reset current classloader after an API call by @rbioteau in #104

Full Changelog: 1.4.1...1.4.2

Release 1.4.1

13 Dec 08:53
Compare
Choose a tag to compare

🐛 Bugfix

Stop forcing attachment filename encoding. Previous behavior can be enabled using the following System property -Dmail.mime.encodefilename=true when starting the Bonita runtime.

Release 1.4.0

13 Oct 15:26
d2d99ab
Compare
Choose a tag to compare

1.4.0 (2023-10-13)

Release 1.3.0

09 Oct 13:36
Compare
Choose a tag to compare

1.3.0 (2020-10-09)

New Features
  • SSL/TLS: Add a trust certificate input parameter
Bug Fixes
  • SSL/TLS: Activate server hostname verification (#8) (8a9f127)
Other Changes
  • dependencies:
    • Update javax.mail to 1.6.2

Release 1.2.3

25 Aug 07:32
Compare
Choose a tag to compare

1.2.3 (2020-08-25)

New Features
  • project: make project community friendly (f6ead0e)
Bug Fixes
  • code smell: fix various code smell pointed by sonar (#9) (85648ec)
  • SSL: Enable server hostname verification (#8) (8a9f127)
Other Changes
  • release: prepare release 1.2.3 (38db1c3)