v0.4
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