Skip to content

Commit dcbe8d4

Browse files
authored
Merge pull request #78 from CESNET/develop
updated CHANGELOG for 1.2.0
2 parents 1c640e2 + 41a7d8c commit dcbe8d4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to ExaFS will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2026-01-29
9+
10+
### Security
11+
- Changed delete operations from GET to POST requests to prevent CSRF attacks
12+
- Fixed possible wrong behavior of `admin_or_user_required` auth decorator
13+
- Fixed wrong session key in `rules.py` `is_admin` function
14+
15+
### Added
16+
- GRE protocol support
17+
- AS Paths added to admin menu
18+
19+
### Changed
20+
- Tests moved outside `flowapp` package
21+
- Updated documentation schema
22+
823
## [1.1.9] - 2025-11-18
924

1025
### Fixed
@@ -264,6 +279,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
264279
- Route Distinguisher for VRF now supported
265280
- See config example and update your `config.py`
266281

282+
[1.2.0]: https://github.com/CESNET/exafs/compare/v1.1.9...v1.2.0
283+
[1.1.9]: https://github.com/CESNET/exafs/compare/v1.1.8...v1.1.9
284+
[1.1.8]: https://github.com/CESNET/exafs/compare/v1.1.7...v1.1.8
285+
[1.1.7]: https://github.com/CESNET/exafs/compare/v1.1.6...v1.1.7
267286
[1.1.6]: https://github.com/CESNET/exafs/compare/v1.1.5...v1.1.6
268287
[1.1.5]: https://github.com/CESNET/exafs/compare/v1.1.4...v1.1.5
269288
[1.1.4]: https://github.com/CESNET/exafs/compare/v1.1.3...v1.1.4

0 commit comments

Comments
 (0)