Releases: saenuma/flaarum
Releases · saenuma/flaarum
Third September 2024 Release
- Deleted summing of an int field from a table
Second September 2024 Release
- Added support for Error Codes
- Removed gorilla mux as dependency
September 2024 release
- Removed long running tasks from flaarum
- Removed bool type
- Removed default search limit
- Added writing of null data to data files after deletion
- Renamed the 'flaarum_shared' package to 'internal'
December 2023 Release
- Introduced a long running framework into flaarum
- Merged
flaarum.genssl
intoflaarum.prod
Removed some data types
- Removed the following datatypes from flaarum: date types and stringlike types
- Fixed a bug with flaarum.cli
Compound Queries Release
Support for compound queries implemented.
Undid the last Release
Undid the last release.
Checks support could not be complete and as such validations is left to the developer.
Checks Release
This release brings in support for the following checks
- max_length and min_length for type string
- max_value and min_value for type int and floats
- max_year and min_year for type date and datetime
And fixed bugs relating to expanded searches.
TrimTable Release
Added two APIs
- TrimTable: to complete deletions and updates
- CreateOrUpdateTable: to support continuous integrations
Fixed an Inconsistency with LIne Endings
Now the project converts all use of line endings to linux line endings before being processed by flaarum.