Skip to content

Releases: assimbly/gateway

4.0.5

22 Apr 09:56
Compare
Choose a tag to compare

Bugfix release:

#822 Jetty - Header is too large 8193>8192
#820 Include jsontoxmllegacy component implementation
#818 XMLToCvs component - NoSuchMethodError org.apache.commons.lang3.Range.of(java.lang.Comparable, java.lang.Comparable)
#816 Broker - set registry ssl - problems on imaps and smtps

5.0.0 Beta

20 Feb 08:24
Compare
Choose a tag to compare
5.0.0 Beta Pre-release
Pre-release

New major release:

  • Camel 4.4.0 (LTS)
  • ActiveMQ Classic 6.0.1
  • ActiveMQ Artemis 2.32.0
  • JHipster 8.1.0
  • Spring Boot 3.2.2
  • Angular 17
  • API update (more stats, integrationid not needed anymore)
  • Simplified UI

Note: This release needs Java 21 (Download)

4.0.4

05 Nov 12:38
Compare
Choose a tag to compare

Changes

🚀 Features

  • Update to Apache Camel 3.20.8
  • Update to Apache ActiveMQ Classic 5.18.3
  • Update to Apache ActiveMQ Artemis 2.31.2
  • Include Oriflame when full mode is used @brunovg (#812)

Download links

4.0.3

27 Sep 06:29
Compare
Choose a tag to compare

Changes

  • Update ActiveMQ Artemis to 2.31.0
  • Renaming globalvariables component to tenantvariables @github-actions (#795)

🚀 Features

  • Health check - changes on endpoint paths @brunovg (#793)
  • Health Check endpoints @brunovg (#792)
  • XML to JSON custom component - replicate Json-lib behaviour @github-actions (#791)

🐛 Bug Fixes

  • SQL Component - SQL Server - instance name on hostname doesn't work @github-actions (#805)
  • JDBC endpoint validation - removed param decode calls @brunovg (#803)
  • SQL - validate endpoint - included on the gateway @github-actions (#802)
  • GoogleDrive / OAuth2 - missing changes on the gateway project @brunovg (#800)
  • tenantvariables component - problems with gateway login @github-actions (#799)
  • Renaming globalvariables component to tenantvariables @github-actions (#797)
  • MongoDB - classloading problems @github-actions (#789)

Download links

4.0.2

20 Jun 00:36
39418c2
Compare
Choose a tag to compare
  • update Apache Camel to 3.20.6
  • update Apache ActiveMQ (Classic) to 5.18.2
  • Small bugfixes

4.0.1

14 Jun 07:35
db06304
Compare
Choose a tag to compare

Changes

🚀 Features

  • OAuth2 component - Refactoring and fixing some issues with global vars @github-actions (#775)

🐛 Bug Fixes

  • MongoDB - SecretKey on a property file @github-actions (#780)
  • database-platform - H2Dialect @github-actions (#782)
  • EnvironmentValueNotFoundException @brunovg (#778)
  • OAuth2 component - Refactoring and fixing some issues with global vars @github-actions (#775)
  • UnsatisfiedDependencyException - restarts docker container @github-actions (#777)

4.0.0

10 May 10:25
bfe6f55
Compare
Choose a tag to compare

The 4.0.0 release aligns the Assimbly Datamodel to the Data Integration Language (DIL). More about this change in the following blog:

https://raymondmeester.medium.com/data-integration-language-ada578784efa

Note: This makes the new format (4.x) incompatible with the 3.x format.

What else changed:

  • Support for actions (like setheader / setbody / zip / unzip etc)
  • New data offloading
  • Updated editor
  • Create flows (DIL), routes (Camel) and Scripts (Groovy)
  • Improved logging
  • Support for REST API's
  • Additional custom components. (EDI support / data format conversions)
  • Updated Apache Camel (3.20.3), ActiveMQ Classic (5.18.0), and ActiveMQ Artemis (2.28.0)
  • Updated quick start and tutorials

Please make an issue when finding a bug.

4.0.0 Beta2

23 Mar 16:56
Compare
Choose a tag to compare
4.0.0 Beta2 Pre-release
Pre-release

The 4.0.0 release aligns the Assimbly Datamodel to the Data Integration Language (DIL). More about this change in the following blog:

https://raymondmeester.medium.com/data-integration-language-ada578784efa

Note: This makes the new format (4.x) incompatible with the 3.x format.
Note 2: Beta 2 Bring some libraries and fixes. Also some small improvements to the broker.

What else changed:

  • Support for actions (like setheader / setbody / zip / unzip etc)
  • New data offloading
  • Updated editor
  • Create flows (DIL), routes (Camel) and Scripts (Groovy)
  • Improved logging
  • Support for REST API's
  • Additional custom components. (EDI support / data format conversions)
  • Updated Apache Camel (3.20.3), ActiveMQ Classic (5.18.0), and ActiveMQ Artemis (2.28.0)
  • Updated quick start and tutorials

Please make an issue when finding a bug.

3.9.0

16 Feb 15:17
b5ccd1f
Compare
Choose a tag to compare

This release focus mainly on extending the runtime API. There are 3 API's added:

  • Statistics API: Gather data on metrics, counts and other statistics of flows
  • Events API: Add events to collect and store (to file or elasticsearch)
  • Validation API: validate scripts, urls, xslts etc

Other Changes

  • Release automation @joaocatalao (#747)
  • Version automation @joaocatalao
  • Update Apache Camel to 3.20.2
  • Update Apache Artemis to 2.28.0
  • Update Apache ActiveMq to 5.17.3
  • GoogleAuthenticator - init/config @brunovg (#750)
  • Add more database drivers @github-actions (#735)
  • FlowLoader report
  • Add events API
  • Add statistics API
  • Add validation API

🚀 Features

  • Authenticate - Unregister @github-actions (#754)
  • Add update version script @github-actions (#739)
  • Add version updater workflow @github-actions (#737)
  • Camel email-component - oauth2 support @brunovg (#733)

🐛 Bug Fixes

  • AccountResource - authenticate endpoint @github-actions (#752)
  • Removed POM updater action @joaocatalao (#744)
  • Remove POM version update script @github-actions (#741)

3.8.1

02 Jan 08:08
4b85fb5
Compare
Choose a tag to compare
  • Improved API (statistics and management)