Skip to content

Commit f25a237

Browse files
committed
add Changelog
1 parent e48d8f3 commit f25a237

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Release notes
2+
3+
Starting from version 5.0.0, we note changes and new features per release in this file.
4+
5+
## 5.1.0
6+
7+
- Bugfixes for the instituion aggregator:
8+
- Allow mapping of `urn:mace:dir:attribute-def:uid` attribute in institution aggregator (#140)
9+
- Gracefully handle the case that no InstitutionEndpoint is configured for an SP
10+
- Make backend-connections less persistent; lifetime of a connection is now max 60s (#141)
11+
- Change the paths for the info and health endpoints to support removal of the (url-rewriting) client
12+
Specifically, `/aa/api/internal/health` has been renamed to `/internal/health`,
13+
and `/aa/api/internal/info` has been renamed to `/internal/info`
14+
TODO: check
15+
- Fix dockerfile in order for the aa-server component to expose port 8080 (was previously handled by aa-client)
16+
- Maintenance:
17+
- Update Readme to remove references to aa-gui
18+
- Add Changelog
19+
- Add editorconfig
20+
- Remove obsolete Travis config

0 commit comments

Comments
 (0)