1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

updated changelog

This commit is contained in:
Steffen Vogel 2017-12-14 14:21:49 +01:00
parent e4d45a61d1
commit 6b3fc6dba3

View file

@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.6.0] - 2017-12-14
### Added
- Socket node-type support for Unix Domain Sockets
- Protobuf io format
- New node-types:
- `iec61850-9-2` for IEC 61850 Sampled Values
- `amqp` for RabbitMQ
- New IO formats:
- Google `protobuf`
- Added support for Unix Domain Sockets to `socket` node-type
- Python example client using new Protobuf and UDP/Unix sockets
### Changed
@ -18,10 +22,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Upgraded Docker build containers to Fedora 27
- Updated submodules for most dependencies
- Use "LABEL" instead of "MAINTAINER" keyword in Dockerfiles
- Removed VILLASfpga related code into external library
- `libxil` dependency is dropped
### Fixed
- Socket node-type supports now arbirarily sized packets
- Netem support is working again
## [0.5.1] - 2017-10-23