|
| 1 | +Version 0.27.0 - Icarus |
| 2 | +----------------------- |
| 3 | + * Fix of backend forking (#653). Now real performance boost! |
| 4 | + * AVP (Attribute-Value Pair) support allowing users to store custom attributes |
| 5 | + associated with prefixes, VRFs or pools (#394, #631, #629) |
| 6 | + * Add tags to VRFs for easy categorization and searching (#484) |
| 7 | + * Add tags to pools for easy categorization and searching (#566) |
| 8 | + * New status field for prefixes, improving the experience for registry type |
| 9 | + users. Status can be "assigned", "reserved" or "quarantine". (#494) |
| 10 | + * New expires field for prefixes allowing users (typically registry) to set an |
| 11 | + expiration time of an assignment. No actions are actually taken once the |
| 12 | + expiration time has passed (#599) |
| 13 | + * Statistics improvements for pools, now shows number of total/used/free |
| 14 | + prefixes as opposed to just showing it for addresses. The number of free |
| 15 | + prefixes is calculated based on the default prefix length of new prefixes |
| 16 | + assigned from the pool (#528). |
| 17 | + * Rewrite of parts of web-UI using AngularJS (#635, #621, #628, #638) |
| 18 | + * Add bootstrap CSS for easing web development. Replacement of our own |
| 19 | + components (like buttons) is off to a soft-start. (#543, #660) |
| 20 | + * Permission check of .nipaprc to prevent the world reading it (#632) |
| 21 | + * Fix of open file handle leaks in backend (#485) |
| 22 | + * Add DB version check for backend to prevent running the backend with the |
| 23 | + wrong database schema version. |
| 24 | + * Backend now ships with requirements.txt to ease running it in a virtualenv. |
| 25 | + Travis-CI also runs a job for testing NIPAP in a virtualenv. |
| 26 | + * Some work on being more Python 3 friendly (#596, #583, #648) |
| 27 | + * Fix statistics calculation bug (#590) |
| 28 | + * Performance improvements (#589) |
| 29 | + * Some documentation updates (#615) |
| 30 | + * Various other feature improvements and bug fixes |
| 31 | + |
1 | 32 | Version 0.26.4 - Iron Man
|
2 | 33 | -------------------------
|
3 | 34 | * Fix edit of VRF RT in web UI (#575)
|
|
0 commit comments