Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.

1.4 (Final)

Compare
Choose a tag to compare
@virtualzone virtualzone released this 05 Dec 20:37
· 25 commits to master since this release

Changes in 1.4:

  • New: Separated REST and SOAP Send APIs and simplified their models (SOAP = stringified JSON, REST = JSON)
  • New: API Tester allows for entering JSON String as model
  • New: Upgraded Java client lib to 1.1.1, matching the new REST Send Model
  • New: Upgraded NPM client lib to 1.1.1, matching the new model format
  • New: Upgraded PHP client lib to 1.1.0, matching the new model format
  • New: Updated docs to represent the changed model in the Send API
  • Improvement: Upgraded WildFly Swarm to 2016.12.0
  • Improvement: Prevented user-self-deletion
  • Improvement: Show group name in template and channel listings
  • Improvement: Removed eager initialization from OneToMany and ManyToOne relations in JPA entities, instead ensuring object initialization in the Data Access Objects (DAOs)
  • Improvement: core.jar is now included as a regular library in the Swarm Main Application instead of referencing it as a system library
  • Fix: When deleting a template, the associated channel-templates get deleted as well
  • Fix: When deleting a channel, the associated templates get deleted as well