Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add changelog #26

Merged
merged 3 commits into from
Feb 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

> These are the canges compared with the legacy fiskaltrust.Launcher.

### Added

- The fiskaltrust.Launcher is now open source.
- Json launcher configuration file support.
- Native hosting of GRPC urls.
- Package download cache.
- Handling of encrypted configuration values.
- .NET 6 support.
- Native executables for Windows, Linux and MacOS.
- Lunix service installation.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Lunix service installation.
- Windows service installation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not include windows service installation because It already exists in the legacy launcher 🤔


### Changed

- Better console and file logging.
- Better command line interface.

### Removed

- Support for `fiskaltrust.exe.config` files removed.
- Support for .NET Framework 4. (required framework is now included)
- Hosting of WCF/SOAP. (SOAP support will be re-added in a later version)


[Unreleased]: https://github.com/fiskaltrust/middleware-launcher/compare/master...proof-of-concept