Skip to content

Releases: signebedi/libreforms-fastapi

1.0.7

04 Jul 22:47
Compare
Choose a tag to compare

Full Changelog: 1.0.6...1.0.7
Project Roadmap: #36

This version introduces saml authentication, email template customization, service users, and a health check route. It may break some compatibility with the last patch version, unfortunately, but this can be addressed with a minor modification to the database tables.

Here are a list of issues addressed in part or full since the last major release:

1.0.6

01 Jul 23:10
Compare
Choose a tag to compare

Full Changelog: 1.0.5...1.0.6
Project Roadmap: #36

This version adds more complete separation of environment-specific files in the instance/ directory, making it feasible to run development and production instances on the same server. Note: this breaks some backwards compatibility but can be fixed by prepending most old instance file and folder names with the environment you are running out of.

Additionally. this version makes several improvements to the UI and introduces three new complex input_types for forms: immutable_context fields, hidden fields, and bool_switch fields.

Here are a list of issues addressed in part or full since the last major release:

1.0.5

25 Jun 21:40
Compare
Choose a tag to compare

Full Changelog: 1.0.4...1.0.5
Project Roadmap: #36

This version adds a Recent Activity view for the authenticated homepage, more powerful data retrieval constructors for the form config, and live form data lookups for forms. It adds a printer-friendly view of form submissions, significant more control over the read_all API endpoint, and makes it possible to access user profiles using usernames, rather than just IDs.

Here are a list of issues addressed in part or full since the last major release:

1.0.4

15 Jun 00:46
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4
Project Roadmap: #36

We've made some significant headway, especially on the following issues:

1.0.3

04 Jun 23:11
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3
Project Roadmap: #36

Finally got the app to work when pip-installed from pypi.

1.0.2

04 Jun 22:59
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2
Project Roadmap: #36

Continuing work on bug in #233.

1.0.1

04 Jun 22:35
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1
Project Roadmap: #36

This fixes a bug with the pypi installation.

1.0.0

04 Jun 21:39
Compare
Choose a tag to compare

Full Changelog: https://github.com/signebedi/libreforms-fastapi/commits/1.0.0
Project Roadmap: #36

This constitutes the initial delivery of features, or MVP. There is much yet to be done to get this application to a full production ready state. For planned work, see the project roadmap.