Skip to content

v0.4

Compare
Choose a tag to compare
@erichanson erichanson released this 21 Jul 19:17
· 31 commits to master since this release
bfd6b12

Ho! Now comes version 0.4 of Aquameta.

Changes include:

  • flattening of meta-identifiers, deep refactor to no longer use nested types
  • resurrection of pgfs, which represents the database as a filesystem
  • switch to git submodules for the meta and meta_triggers extensions
  • resource_functions, arbitrary URL patterns that pass their args to a pg function and return the results
  • events refactor
  • much code cleanup, splitting up the Go daemon into multiple files

This release breaks the import and export of old bundles, due to the refactor of meta-identifiers. Old bundles can be converted to the new .csv format, as described here.

Full Changelog: v0.3.1...v0.4