Skip to content

Releases: saenuma/flaarum

Third September 2024 Release

19 Sep 07:17
Compare
Choose a tag to compare
  • Deleted summing of an int field from a table

Second September 2024 Release

16 Sep 19:20
Compare
Choose a tag to compare
  • Added support for Error Codes
  • Removed gorilla mux as dependency

September 2024 release

12 Sep 18:27
Compare
Choose a tag to compare
  • 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

15 Dec 23:26
Compare
Choose a tag to compare
  • Introduced a long running framework into flaarum
  • Merged flaarum.genssl into flaarum.prod

Removed some data types

12 Sep 11:53
Compare
Choose a tag to compare
  • Removed the following datatypes from flaarum: date types and stringlike types
  • Fixed a bug with flaarum.cli

Compound Queries Release

18 May 17:09
Compare
Choose a tag to compare

Support for compound queries implemented.

Undid the last Release

11 Mar 18:37
Compare
Choose a tag to compare

Undid the last release.

Checks support could not be complete and as such validations is left to the developer.

Checks Release

09 Feb 15:57
Compare
Choose a tag to compare

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

12 Nov 01:18
Compare
Choose a tag to compare

Added two APIs

  • TrimTable: to complete deletions and updates
  • CreateOrUpdateTable: to support continuous integrations

Fixed an Inconsistency with LIne Endings

16 Aug 20:25
Compare
Choose a tag to compare

Now the project converts all use of line endings to linux line endings before being processed by flaarum.