-
Notifications
You must be signed in to change notification settings - Fork 19
/
CHANGELOG
68 lines (68 loc) · 2.55 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
v1.4.1
- Request Object Updated to include LSP (RFC 8231)
- Path updated to support State Reports (RFC 8231)
- Bugfixes in Link State Attribute
- Bugfixes in BGP-LS Path Attribute
- Implemented BGP-LS Path Atrribute TLVs
- Updated Domain ID TLV to RFC 8685
- Implemented Label Request TLV
- Add support of OverloadDurationTLV
- Updated IPv4LSPIdentifiers TLV from draft to RFC 8231
- Tests coverage increased to 72%
v1.4.0
- Completed enconding of IS_IS_AreaIdentifierNodeAttribTLV (1027)
- Fixed SRLG TLV
- Added tests for BGP-LS TLV
- Removed experimental objects. Focus on standard protocols.
- Tests coverage increased to 61%
- Bugfixes due to the new test coverage increase.
- PCEP Association object added
- OP-CONF-ASSOC-RANGE (Operator-configured Association Range) TLV is implemented
- Updated PCEP Support based on IANA PCEP assignment
v1.3.3
- 5GEX extensions to carry IT information in BGP-LS (propietary)
v1.3.2
- Hotfix to work with BPGPeer
- Ability to work with multiple NLRIs in the same BGP-LS MP Reach
v.1.3.1
- License is now Apache 2.0
- BPG-LS Tested with Juniper MX routers
- Various bugfixes in BGP-LS
v.1.3.0
- Checked implemenation supports RFC 7752 (previously it supported draft-ietf-idr-ls-distribution-13)
- Implementation of draft-previdi-idr-bgpls-te-metric-extensions-01 using the suggested values in the draft
v1.2.3
- Version ready to be deployed in maven central
- All javadoc errors fixed
- Added javadoc plugin. API generated and mainted in gh-pages branch
- Fixed more JUNit tests errors in lists with jdk 7
v1.2.2
- Fixed maven errors with unmappable character for encoding UTF8
- Fixed compilation erros of JUnnit tests in openjdk 7
- Fixed error in MP_Reach_Attribute
v1.2.1
- Make JUnit tests compatible with java 1.7
- JUnit tests for PCEP Constructs
- Added coding of REQ_ADAP_CAP from draft-ietf-pce-gmpls-pcep-extensions-11
- Deleted old SRERO objects (no longer used)
- Added encoding of REQ_MISSING_TLV
- BGP-LS Path Attribute: Next Hop Address IPv4 encoding added
- Update to https://tools.ietf.org/html/draft-ietf-pce-segment-routing-06
- Bugfixes
v1.2
- Added JUnit tests for PCEP (still to be fully completed)
- Bugfixes
- New experimental objects
v1.1.1
- Added DataPathID Class
v1.1.0
- Add support of DataPathID
- Updated codes for draft-ietf-pce-stateful-pce-11
- Removed Delegation Parameters TLVs (removed in stateful pce draft since version -03)
- Removed unused propiertary TLVs
- Updated documentation on protocol support
v1.0.1
- Support for Generalized Bandwidth (draft-ietf-pce-gmpls-pcep-extensions-09)
- Bugfixes
v1.0.0
First Release