-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release sfera-mock 0.1.0
- Loading branch information
1 parent
151f24e
commit 91461d2
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"webapp":"0.1.0","das_client":"0.5.0"} | ||
{"webapp":"0.1.0","das_client":"0.5.0","sfera-mock":"0.1.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-12-12) | ||
|
||
|
||
### Features | ||
|
||
* add connection track and lineChange mock data to 9999 ([#136](https://github.com/SchweizerischeBundesbahnen/DAS/issues/136)) ([#439](https://github.com/SchweizerischeBundesbahnen/DAS/issues/439)) ([37405ce](https://github.com/SchweizerischeBundesbahnen/DAS/commit/37405ce2d9ef9620645182b04dc17fbd06f9c748)) | ||
* add mock data for additional speed restrictions ([#87](https://github.com/SchweizerischeBundesbahnen/DAS/issues/87)) ([#412](https://github.com/SchweizerischeBundesbahnen/DAS/issues/412)) ([4e06906](https://github.com/SchweizerischeBundesbahnen/DAS/commit/4e06906777d3b53c896c03e27aa86aa74cfedfc0)) | ||
* add test data for protection section ([#405](https://github.com/SchweizerischeBundesbahnen/DAS/issues/405)) ([319de6b](https://github.com/SchweizerischeBundesbahnen/DAS/commit/319de6b759413b2182ae16923384a1fd0ca3893c)) | ||
* add TMS Connection, add Prefix to flavor, implement SP Request ([#331](https://github.com/SchweizerischeBundesbahnen/DAS/issues/331)) ([25270ee](https://github.com/SchweizerischeBundesbahnen/DAS/commit/25270eeed6384bb13168ffbc8481fb366c879cc1)) | ||
* added CAB start and end signaling ([#82](https://github.com/SchweizerischeBundesbahnen/DAS/issues/82)) ([#442](https://github.com/SchweizerischeBundesbahnen/DAS/issues/442)) ([151f24e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/151f24e1d76c2911c2061fbbc0f95f414a634903)) | ||
* added curve points and main signals to train journey ([#82](https://github.com/SchweizerischeBundesbahnen/DAS/issues/82)) ([523ecca](https://github.com/SchweizerischeBundesbahnen/DAS/commit/523eccad303bdc1be04f696605152d255df88cdd)) | ||
* backend base with logging api ([#282](https://github.com/SchweizerischeBundesbahnen/DAS/issues/282)) ([dc29b19](https://github.com/SchweizerischeBundesbahnen/DAS/commit/dc29b19d19d662e5053afbdd90ee01aecc4a23c0)) | ||
* implement anschlussgleise, anschlussweichen und Zahnstangen ([#136](https://github.com/SchweizerischeBundesbahnen/DAS/issues/136)) ([#447](https://github.com/SchweizerischeBundesbahnen/DAS/issues/447)) ([aee3fe1](https://github.com/SchweizerischeBundesbahnen/DAS/commit/aee3fe1ebf226a16198e76f425fd247374a998de)) | ||
* implement betriebspunktabfolge ([#388](https://github.com/SchweizerischeBundesbahnen/DAS/issues/388)) ([9f36786](https://github.com/SchweizerischeBundesbahnen/DAS/commit/9f367865190ffc91cc492891a84a9fa24f0c3a1a)) | ||
* implement protection section ([#407](https://github.com/SchweizerischeBundesbahnen/DAS/issues/407)) ([731b2ad](https://github.com/SchweizerischeBundesbahnen/DAS/commit/731b2ad7b7ccdf66622d411165640a8df4e51559)) | ||
* mock sfera communication and add example JP and SP ([#323](https://github.com/SchweizerischeBundesbahnen/DAS/issues/323)) ([d44a434](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d44a43469a722e6381465358c0308c58174433ed)) | ||
* passing or stopping point information ([#386](https://github.com/SchweizerischeBundesbahnen/DAS/issues/386)) ([fc564a3](https://github.com/SchweizerischeBundesbahnen/DAS/commit/fc564a3f07ec6d4984f52995b718863fcfa38e88)) | ||
* prepare sp with mock signals, track equipment, station speeds and curves ([#353](https://github.com/SchweizerischeBundesbahnen/DAS/issues/353)) ([d53ca8c](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d53ca8c2bd4dbf1adfbae46f3ebe8c1731206fa1)) | ||
* remove exchange and support active driving mode ([#381](https://github.com/SchweizerischeBundesbahnen/DAS/issues/381)) ([ba8f9a2](https://github.com/SchweizerischeBundesbahnen/DAS/commit/ba8f9a232cc817da5e3c00f186612df8ea4815fd)) | ||
* updated mock data for track equipment ([#82](https://github.com/SchweizerischeBundesbahnen/DAS/issues/82)) ([#441](https://github.com/SchweizerischeBundesbahnen/DAS/issues/441)) ([56bd01f](https://github.com/SchweizerischeBundesbahnen/DAS/commit/56bd01f9da4e6af31cb436655510bd0573b6b6e1)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.5 ([#325](https://github.com/SchweizerischeBundesbahnen/DAS/issues/325)) ([11ed6ce](https://github.com/SchweizerischeBundesbahnen/DAS/commit/11ed6ce945a5619dc1bd1ff0cff2cc462fdf77d1)) | ||
* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0 ([#424](https://github.com/SchweizerischeBundesbahnen/DAS/issues/424)) ([e325263](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e325263012fe6417f337ba951d7d5136ae4c2de7)) | ||
* spring cloud dependencies ([#448](https://github.com/SchweizerischeBundesbahnen/DAS/issues/448)) ([ab17b62](https://github.com/SchweizerischeBundesbahnen/DAS/commit/ab17b6247503d6bcee182828ac1ca5823b3e5d17)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065)) | ||
|
||
## Changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters