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

Update release notes #220

Merged
merged 1 commit into from
May 7, 2020
Merged
Show file tree
Hide file tree
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
23 changes: 14 additions & 9 deletions Documentation/de/relayserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

# Release Notes

## Version 2.3.0-rc4
## Version 2.3.0-rc5

* RabbitMq Verbesserungen
* RabbitMQ Verbesserungen

* Beendete Verbindungen werden nun explizit auch auf dem Rabbit-Client beendet.
* Die Funktion, verlorene Verbindungen zum RabbitMq Server von dessen Client automatisch wiederherstellen zu lassen, wird nun standardmäßig aktiviert.
* Die Funktion, verlorene Verbindungen zum RabbitMQ Server von dessen Client automatisch wiederherstellen zu lassen, wird nun standardmäßig aktiviert.
* Wenn eine Verbindung geschlossen wird, wird sichergestellt dass alle Nachrichten die noch nicht acknowledged wurden, wieder zugestellt werden.
* Um den Durchsatz zu erhöhen werden nun separate Channels (via RoutingKeys) für Requests, Responses und Acknowledgements verwendet.

Expand All @@ -37,15 +37,20 @@
* Der On-Premise Connector service initialisiert nun die HttpConnection properties.
* Relative Pfade in der Konfiguration werden nun einheitlich relativ zur RelayServer .exe-Datei ausgewertet und nicht mehr zum Ausführungsverzeichnis.
* Es wird jetzt per default JSON statt XML über die eigenen Endpunkte zurück gegeben.
* Eine eigene Implementation (oder von der Standardklasse abgeleiteten) eines IOnPremiseConnectionContext kann in der DI registriert werden.
* Um eine einfachere Migration von geänderten IOnPremiseTargetRequest Implementierungen durchführen zu können, wurde eine Property mit dem Namen "Properties" eingeführt, welche in den Root des JSON serialisiert wird, um im On-Premise Connector in die jeweiligen Properties deserialisiert zu werden.

* Fehlerbehebungen

* Der OnPremiseConnector Demo-Service konnte ein Framwork-Assembly unter bestimmten Voraussetzungen nicht korrekt laden.
* Der OnPremise-Connector wird seinen `HttpClient` mit dem er Antworten an den RelayServer sendet nun erneuern, falls dort Fehler auftreten.
* Der On-Premise Connector Demo-Service konnte ein Framwork-Assembly unter bestimmten Voraussetzungen nicht korrekt laden.
* Der On-Premise Connector wird seinen `HttpClient` mit dem er Antworten an den RelayServer sendet nun erneuern, falls dort Fehler auftreten.
* HttpConfig muss unter bestimmten Umständen explizit initialisiert werden.
* Ein neu erzeugter `HttpClient` erhält nun auch die Authentication-Header seines Vorgängers.
* Auch der Request Interceptor hat nun Zugriff auf den Stream der Daten.
* Der Zugriff auf leere Inhalte in intercepted Requests und Responses wirft nun keine NullReferenceException mehr.
* Das Acknowledgement wurde nicht auf dem korrekten RabbitMQ-Model durchgeführt.
* Eine bereits deaktivierter On-Premise Connector wurde wiederholt deaktiviert.
* Eine Konfigurationsnachricht wurde auch an On-Premise Connectoren geschickt, welche diese gar nicht unterstützt haben.

## Version 2.2.0

Expand All @@ -68,7 +73,7 @@

* Fehlerbehebungen

* Der automatische Disconnect stand in individuellen OnPremiseConnector-Implementationen nicht korrekt zur Verfügung.
* Der automatische Disconnect stand in individuellen On-Premise Connector-Implementationen nicht korrekt zur Verfügung.

## Version 2.1.0

Expand All @@ -90,7 +95,7 @@
* Fehlerbehebungen

* Wenn eine weiterzuleitende Anfrage einen Query-Parameter namens 'path' enthielt, führte das zu unerwartetem Verhalten.
* Die konfigurierbare Filterung des Inhaltes von OnPremise-seitigen Fehler-Antworten wurde korrigiert.
* Die konfigurierbare Filterung des Inhaltes von on-premise-seitigen Fehler-Antworten wurde korrigiert.
* Eine genauere Fehlermeldung wird angezeigt wenn die Konfigurationsdatei des RelayServers fehlt.

## Version 2.0.0
Expand All @@ -99,9 +104,9 @@

* Mehrere RelayServer können zur Lastverteilung parallel betrieben werden. Die Server müssen hierzu Zugriff auf einen gemeinsamen Netzwerk-Ordner haben, in dem zu übertragende Daten zwischen den Servern ausgetauscht werden.

* Verbesserte Verbindungsstabilität mit neueren OnPremiseConnectoren
* Verbesserte Verbindungsstabilität mit neueren On-Premise Connectoren

* Der RelayServer wird einen OnPremiseConnector mit Version 2.x oder neuer nun regelmässig mit einem Heartbeat anfragen. Bleibt dieser Heartbeat aus, so wird der OnPremiseConnector versuchen die Verbindung zum RelayServer neu aufzubauen.
* Der RelayServer wird einen On-Premise Connector mit Version 2.x oder neuer nun regelmässig mit einem Heartbeat anfragen. Bleibt dieser Heartbeat aus, so wird der On-Premise Connector versuchen die Verbindung zum RelayServer neu aufzubauen.

* Eigenen Code ausführen

Expand Down
35 changes: 20 additions & 15 deletions Documentation/en/relayserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The goal of this list is to highlight companies who pay back to this open source

# Version history

## Version 2.3.0-rc4
## Version 2.3.0-rc5

* RabbitMq Improvements
* RabbitMQ Improvements

* Closed Rabbit connections will now be automatically unbound at the client.
* The automatic recovery feature of the rabbit client will now be enabled by default.
Expand All @@ -28,7 +28,7 @@ The goal of this list is to highlight companies who pay back to this open source

* On-Premise Interceptors

* It is now possible to add custom code into the On-Premise connector that is able to intercept and modifiy requests and responses.
* It is now possible to add custom code into the On-Premise Connector that is able to intercept and modifiy requests and responses.

* Modify content streams

Expand All @@ -42,19 +42,24 @@ The goal of this list is to highlight companies who pay back to this open source
* Logging of sensitive data is now configurable and enabled by default.
* Now all information required for manual acknowledgment is provided for easier handling.
* Request logging now also tracks the request id.
* It is now possible to register the OnPremise Connector types with Autofac.
* The On-Premise connector service now initializes http connection properties.
* It is now possible to register the On-Premise Connector types with Autofac.
* The On-Premise Connector service now initializes http connection properties.
* Relative paths in configuration are now consistently evaluated against the exe directory of the RelayServer and not against the execution dir anymore.
* The new default for our own responses now is JSON and not XML.
* An own implementation (or inherited from the default one) of an IOnPremiseConnectionContext can be registered in the DI.
* For an easier migration scenario of changed IOnPremiseTargetRequest implementations a property called "Properties" was introduced, which will be serialized onto the root JSON object to be deserialized as properties on the on-premise side.

* Bugfixes

* Under certain circumstances the on-premise connector demo service wasn't able to load a framework assembly.
* The OnPremise-Connector is now able to recreate the `HttpClient` that is used to send responses to the RelayServer in case there are errors when posting.
* Under certain circumstances the On-Premise Connector demo service wasn't able to load a framework assembly.
* The On-Premise Connector is now able to recreate the `HttpClient` that is used to send responses to the RelayServer in case there are errors when posting.
* HttpConfig needs to be explicitely initialized under certain circumstances.
* A newly created HttpClient now also receives the authentication header values of its predecessor.
* The request interceptor now also has access to the request body.
* Accessing empty bodies on intercepted requests and responses does not throw a NullReferenceException anymore.
* The acknowledgement was not done on the correct RabbitMQ model.
* An already deactivated connection was repeatingly deactivated again.
* The config message was accidentally sent to On-Premise Connectors not supporting it.

## Version 2.2.0

Expand All @@ -77,23 +82,23 @@ The goal of this list is to highlight companies who pay back to this open source

* Bugfixes

* The automatic disconnect feature was not correctly made available for custom implementations of the On-Premise connector service.
* The automatic disconnect feature was not correctly made available for custom implementations of the On-Premise Connector service.

## Version 2.1.0

* Server-side Link configuration

* It is now possible to configure link-specific settings on the RelayServer itself.

* Automatic disconnect of On-Premises connectors
* Automatic disconnect of On-Premises Connectors

* If required, it is possible to have an On-Premises connector auto-disconnect itself after a maximum absolute connection time and/or after a maximum idle time.
* If required, it is possible to have an On-Premises Connector auto-disconnect itself after a maximum absolute connection time and/or after a maximum idle time.

* General improvements

* The On-Premises connectors settings for reconnect timeouts (maximum and minimum) are now configurable, to be able to prevent accidental DDoS detections i.e. when the server restarts and all connectors want to reconnect in the same 30 second window.
* The On-Premises Connectors settings for reconnect timeouts (maximum and minimum) are now configurable, to be able to prevent accidental DDoS detections i.e. when the server restarts and all Connectors want to reconnect in the same 30 second window.
* Interceptors now can read the local uri that the client requested, i.e. to set forwarded headers.
* It is now possible to configure whether the On-Premises connector automatically follows an http redirect response from a On-Premises target, or if the redirect will be relayed too.
* It is now possible to configure whether the On-Premises Connector automatically follows an http redirect response from a On-Premises target, or if the redirect will be relayed too.
* It is now possible to use a custom implementation of an `IPasswordComplexityValidator` by registering that in an Autofac module within a custom code assembly.

* Bugfixes
Expand All @@ -108,9 +113,9 @@ The goal of this list is to highlight companies who pay back to this open source

* It is now possible to operate multiple RelayServers in parallel for better load distribution. All servers need to have access to a shared network folder in order to exchange binary files with request or response payloads.

* Improved connection stability with new On-Premises connectors
* Improved connection stability with new On-Premises Connectors

* The RelayServer is now capable of heart beating On-Premises connectors of version 2.x or newer. A connector that does not receive this heartbeat will automatically try to reconnect to the server.
* The RelayServer is now capable of heart beating On-Premises Connectors of version 2.x or newer. A Connector that does not receive this heartbeat will automatically try to reconnect to the server.

* Implementation of custom code

Expand Down Expand Up @@ -139,7 +144,7 @@ The goal of this list is to highlight companies who pay back to this open source

* Optimizations

* Memory consumption of the RelayServer and On-Premises connectors has been reduced. Additionally we optimized general performance to make the system more efficient.
* Memory consumption of the RelayServer and On-Premises Connectors has been reduced. Additionally we optimized general performance to make the system more efficient.

* Security improvements

Expand Down