Skip to content

Releases: assimbly/gateway

5.0.1

29 Nov 16:43
fa02d18
Compare
Choose a tag to compare

This is a bug fix release

Changes

🚀 Features

  • MongoClientProvider - set mongo container name dynamically @brunovg (#861)

🐛 Bug Fixes

  • TenantVariable - add missing field static_tenant_variable_group_id @brunovg (#859)

Download links

5.0.0

11 Oct 14:52
93b954d
Compare
Choose a tag to compare

Gateway

This release offers separate downloads to run either:

  1. Full (camel + activemq + api + ui)
  2. Integration module only (camel + api + ui)
  3. Broker module only (activemq + api + ui)
  4. Headless (camel + api).

The release also fully supports the DIL (Data Integration Language) format.

This release upgrades Assimbly to:

  • Java 21
  • Apache Camel 4 (4.8.0)
  • Apache ActiveMQ Classic 6 (6.1.3)
  • Apache ActiveMQ Artmis 2.37.0
  • Spring Boot 3.3
  • Angular 18
  • Groovy 4

Quick start

Note: Java 21 is minimum (use Assimbly 4 for Java 11, and Assimbly 3 for Java 8)
Note 2: API isn't fully compatable with Assimbly 4 (see Admin --> API).

Download links

🚀 Features

  • OAuth2Resource - get StaticTenantVariable accessToken @brunovg (#848)
  • Keystore password - environment variable KEYSTORE_PWD @brunovg (#842)
  • Latest changes on application-headless.yml config file @brunovg (#834)
  • Removed unnecessary dependencies @brunovg (#833)
  • Platform preparations to move to camel 4 @brunovg (#825)

🐛 Bug Fixes

15 changes
  • Tenant Variable - inits empty fields @brunovg (#857)
  • include AuthenticatorResource class into headless @brunovg (#846)
  • add jdbc validation endpoint on headless mode @brunovg (#845)
  • Spring boot 3 - jetty - property to set max head size was renamed @brunovg (#841)
  • Health endpoints @brunovg (#837)
  • Mongodb - User - cast role and status fields with the right type @brunovg (#836)
  • Tenant Variables - nonce field was not set/get correctly from mongodb @brunovg (#835)
  • Latest changes on application-headless.yml config file @brunovg (#834)
  • Headless - added /api/db/authenticate endpoint @brunovg (#831)
  • Mongodb - latest fixes @brunovg (#830)
  • Fixes - build and release on mac @brunovg (#829)
  • Mongodb - check for null on long fields, before setting value @brunovg (#828)
  • Mongodb - set only databasename instead of mongodaodatabase @brunovg (#827)
  • Mongodb - Correction on constructors that needs to init MongoDao. @brunovg (#826)
  • Platform preparations to move to camel 4 @brunovg (#825)

Assimbly Runtime

What's Changed

Assimbly custom components:

What's Changed

Read more

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.