|
| 1 | +## 2020-06-11 CORE 6.5.0 |
| 2 | +* Breaking Changes |
| 3 | + * CoreNode.newnetif - both parameters are required and now takes an InterfaceData object as its second parameter |
| 4 | + * CoreNetworkBase.linkconfig - now takes a LinkOptions parameter instead of a subset of some of the options (ie bandwidth, delay, etc) |
| 5 | + * \#453 - Session.add_node and Session.get_node now requires the node class you expect to create/retrieve |
| 6 | + * \#458 - rj45 cleanup to only inherit from one class |
| 7 | +* Enhancements |
| 8 | + * fixed issues with handling bad commands for TLV execute messages |
| 9 | + * removed unused boot.sh from CoreNode types |
| 10 | + * added linkconfig to CoreNetworkBase and cleaned up function signature |
| 11 | + * emane position hook now saves geo position to node |
| 12 | + * emane pathloss support |
| 13 | + * core.emulator.emudata leveraged dataclass and type hinting |
| 14 | + * \#459 - updated transport type usage to an enum |
| 15 | + * \#460 - updated network policy type usage to an enum |
| 16 | +* Python GUI Enhancements |
| 17 | + * fixed throughput events do not work for joined sessions |
| 18 | + * fixed exiting app with a toolbar picker showing |
| 19 | + * fixed issue with creating interfaces and reusing subnets after deletion |
| 20 | + * fixed issue with moving text shapes |
| 21 | + * fixed scaling with custom node selected |
| 22 | + * fixed toolbar state switching issues |
| 23 | + * enable/disable toolbar when running stop/start |
| 24 | + * marker config integrated into toolbar |
| 25 | + * improved color picker layout |
| 26 | + * shapes can now be moved while drawing shapes |
| 27 | + * added observers to toolbar in run mode |
| 28 | +* gRPC API |
| 29 | + * node events will now have geo positional data |
| 30 | + * node geo data is now returned in get_session and get_node calls |
| 31 | + * \#451 - added wlan link api to allow direct linking/unlinking of wireless links between nodes |
| 32 | + * \#462 - added streaming call for sending node position/geo changes |
| 33 | + * \#463 - added streaming call for emane pathloss events |
| 34 | +* Bugfixes |
| 35 | + * \#454 - fixed issue creating docker nodes, but containers are now required to have networking tools |
| 36 | + * \#466 - fixed issue in python gui when xml file is loading nodes with no ip4 addresses |
| 37 | + |
1 | 38 | ## 2020-05-11 CORE 6.4.0
|
2 | 39 | * Enhancements
|
3 | 40 | * updates to core-route-monitor, allow specific session, configurable settings, and properly
|
|
0 commit comments