Skip to content

Releases: org-arl/Fjage.jl

v0.6.0

03 Feb 16:44
Compare
Choose a tag to compare

What's Changed

  • Improve handling of complex arrays by @mchitre in #50

Full Changelog: v0.5.2...v0.6.0

v0.5.2

24 Jan 03:42
6a83d5a
Compare
Choose a tag to compare

What's Changed

  • Fix bugs related to shell requests by @mchitre in #49

Full Changelog: v0.5.1...v0.5.2

v0.5.1

22 Mar 03:43
Compare
Choose a tag to compare

Minor error checks added

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Mar 15:10
Compare
Choose a tag to compare

Key change

  • Changes messages to be Julia structs for type inference improvements

Other changes

  • Make CoroutineBehavior test more robust by @ettersi in #38
  • Implement _agentsforservice for all container types by @ettersi in #37
  • Add separate reconnect() methods for Standalone and SlaveContainers by @ettersi in #39
  • fix(agentforservice): require owner::Agent, not owner::AgentID by @ettersi in #40
  • fix(msg): Check for p.param being nothing in get(p::ParamRsp) by @ettersi in #41
  • Add ownsplatform parameter in SlaveContainer by @ettersi in #43
  • Allow non-string host (e.g. IPv4) by @mchitre in #44
  • Use macros to define messages rather than eval by @mchitre in #45
  • Add name as agent parameter by @mchitre in #47
  • Extend byte <> UInt8 conversion to union types by @mchitre in #48

Full Changelog: v0.4.1...v0.5.0

v0.4.1

13 Apr 05:25
Compare
Choose a tag to compare

Bug fixes

  • Rewrite gateway message queue logic
  • Only call _update_watch if container is running

v0.4.0

18 Mar 03:49
Compare
Choose a tag to compare

Features

Bug fixes

  • Inflate compressed JSON messages recursively by @ettersi in #22
  • Call _update_watch when adding an agent by @ettersi in #27
  • Send should return false if gateway is closed by @mchitre in #28

Full Changelog: v0.3.0...v0.4.0

v0.3.0

28 Jul 14:02
Compare
Choose a tag to compare

v0.2.0

07 Nov 15:07
Compare
Choose a tag to compare

Fjage v0.2.0

Diff since v0.1.0

New features:

  • Standalone and slave containers
  • First-class agent support

Closed issues:

  • Bad JSON request to master container (#3)
  • Missing messages in slave container (#4)

v0.1.0

13 Jul 11:11
Compare
Choose a tag to compare

Fjage v0.1.0

Merged pull requests: