Releases: CESNET/exafs
Releases · CESNET/exafs
1.0.2
What's Changed
- Support for authentication using external proxy by @jakubman1 in #33
- Bugfix/autoescape by @jirivrany in #35
- Closes #38 by @jirivrany in #39
- Feature/ro api by @jirivrany in #40
- Bugfix/session by @jirivrany in #41
- fix missing rule_id parameter in rule get API endpoints by @jakubman1 in #42
- Merge pull request #43 from CESNET/develop by @jirivrany in #44
- Feature/v1 draft by @jirivrany in #45
- update requirements - app is now Flask3 compliant by @jirivrany in #46
- bugfix for IPv6 messages - empty fragment should be empty string not … by @jirivrany in #47
- Bugfix/http api by @jirivrany in #48
Full Changelog: 0.7.3...1.0.2
version 0.8.1
Application is now using Flask-Session stored in DB using SQL Alchemy driver. This can be configured for other drivers, however server side session is required for the application proper function.
API keys were updated. Keys can now have expiration date and readonly flag. Admin can create special keys for certain machines.
DB migration is required from previous version. Run migration scripts to update your DB.
version 0.7.3
Version 0.7.3. with important security bug fix. Jinja2 autoescape works only on .html files, .j2 files are not auto-escaped and are XSS vulnerable.
version 0.7.2
Version 0.7.2
- minor layout changes
- configugrable dashboards
- plugable
- code cleanup