Skip to content

Releases: openEDI/oedisi

v2.0.2

24 Apr 15:55
Compare
Choose a tag to compare

What's Changed

Makes oedisi compatible with 3.10 again

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 Apr 23:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Apr 21:32
Compare
Choose a tag to compare

Multi-Container Update

Previously, configuration such as static inputs and input mappings were baked into the endpoints. With the current update, we only
require that images exist, and a few parameters such as the server ports are specified as environment variables. Additional configuration is specified using a configure endpoint. Multiple copies of an image may now be created to support multiple instances such as as in recorders. Copies of the source components are no longer created to avoid duplication of builds.

Current limitation requires that all components be one level above the target build folder.

Documentation changes

Bug fixes

Full Changelog: v1.2.1...v2.0.0

v1.2.1

07 Feb 20:13
Compare
Choose a tag to compare

What's Changed

This is a patch to 1.2.0 to fixes problems with the subpackages and subpackage data from switching to pyproject.toml

Full Changelog: v1.2.0...v1.2.1

v1.2.0

01 Feb 22:08
Compare
Choose a tag to compare

What's Changed

This is going to be the last update before switching to pydantic v2.

Full Changelog: v1.1.1...v1.2.0

1.1.1

09 Jan 18:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.1

1.0.0

24 May 19:21
a253c78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v1.0.0

0.2.4

30 Mar 19:13
Compare
Choose a tag to compare

Fixed some bad version numbering left over.

Previous 0.2.3 Release Notes

Adds GADAL command line to clean up building, running and 🎉 debugging.

  • gadal build -> builds from components.json and --system (default is system.json)
  • gadal run -> runs from the build directory
  • gadal debug-component -> lets you put components in the foreground instead of the runner. Great for pdb or gdb!
  • gadal run-with-pause -> runs special broker in foreground which lets you see the timing of all federates
  • gadal test-description -> tests the component_description.json of a component (only goes through startup).

GADAL is finally open source.

0.2.3

30 Mar 19:01
Compare
Choose a tag to compare

Adds GADAL command line to clean up building, running and 🎉 debugging.

  • gadal build -> builds from components.json and --system (default is system.json)
  • gadal run -> runs from the build directory
  • gadal debug-component -> lets you put components in the foreground instead of the runner. Great for pdb or gdb!
  • gadal run-with-pause -> runs special broker in foreground which lets you see the timing of all federates
  • gadal test-description -> tests the component_description.json of a component (only goes through startup).

GADAL is finally open source.

Add target build directory

13 Sep 20:00
7b4a92d
Compare
Choose a tag to compare

You can now call generate_runner_config with a target_directory keyword argument to specify the location where to place the files and configurations.

This is backwards compatible so target_directory="." reproduces the original behavior.