Changelog History
Page 5
-
v1.7.0 Changes
β¨ Enhancements
(1299) Add new meaningful metrics to MetricsMessageDeliveryListener
π New hermes-client metrics take into account also application level errors which are represented by http status codes.
Topic.publish.finally.success:
Message has been accepted by Hermestopic.publish.finally.failure:
Message has been rejected by Hermes or there was transport level issue.topic.publish.failure:
Number of failures including retries.topic.publish.attempts:
Number of publish attempt. Does not include retries.topic.publish.retry.success:
Number of successful publications after one or more retry.topic.publish.retry.failure:
Number of failures after retries have been exhausted.topic.publish.retry.attempt:
Number of publications where retry was involved.(1301) partition-key HTTP header
β Added ability to publish messages to the specific partition
0οΈβ£ (1310) hermes-frontend change default response http status
This improvement is related to this enhancement. 0οΈβ£ Now hermes-frontend changes default response status from 200 to 500 for every exchange.
π Fixes
(1304) Json validation fix in debugging filters in hermes-console
-
v1.6.1 Changes
β¨ Enhancements
(1296) Consistency checking in hermes-console
From now on Hermes operator can check consistency between multiple Hermes Zookeeper clusters via Hermes-console. Inconsistency can occur when one Zookeeper cluster is down for a while.
(1294) Hermes frontend occasionally returns incorrect status 200
β In Hermes-frontend there are only two status codes representing success, these are 201 and 202. Unfortunately, Hermes-frontend occasionally returned 200. 0οΈβ£ Itβs because itβs built on Undertow http server which returns 200 http status code as default one when response isnβt set. Thanks this enhancement instead of 200, 500 is returned. 500 means error and can be retried by a client.
π§ (1256) Readonly mode for Kafka topics configuration
(1279) Button for copying schema of a topic
(1283) Changed order of operations on topic creation
-
v1.6.0 Changes
β¨ Enhancements
π (1277) Removed usage of all Kafka Zookeeper clients
π§ It's now possible not to define connectionString for Kafka Zookeeper in Hermes configuration, as all usages π of Kafka Zookeeper clients have been removed.
-
v1.5.4 Changes
β¨ Enhancements
β‘οΈ (1270) A topic change updates its all cached schemas
π (1271) Audit logs for unsuccessful topic and subscription operations
(1273) Topic removal is forbidden if the topic contains any subscription
π (1274) Moved filtering to hermes-common
(1275) Added message filters debugger
π Fixes
β¬οΈ (1276) Downgraded kafka to 2.1.1
Kafka dependency needs to be kept in this version due to bug that occurs when using kafka dependency in versions 2.2.0 - 2.3.1 and brokers in versions before 2.4.0 (https://issues.apache.org/jira/browse/KAFKA-9212).
Ideally, we would bump kafka dependency up to 2.3.2, which according to the issue above is no longer affected by this bug, but it's nowhere to be found :(. Since 2.4.0 version bumps transitive dependency for a zookeeper client library, it would introduce further incompatibility if Hermes Zookeeper is in lower version than Zookeeper used in Kafka, as these two are independent of each other.
This needs to be revisited after Hermes is completely independent of kafka library, as no transitive dependency π to zookeeper will be present (kafka-clients library is free of transitive zookeeper dependency).
π (1268) Fixed http headers now have a dedicated pane in console
-
v1.5.3 Changes
β¨ Enhancements
(1263) Magic byte truncation for schema version
Ignoring magic byte and schema version when schema version present in a header
-
v1.4.14 Changes
π Fixes
(1243) Fix for serialization with schema id
-
v1.4.13 Changes
β¨ Enhancements
(1232) Serialization with schema id
Issues resolved: 1225 - Confluent message serialization and deserialization compataibility and 682 - Avro messages does not contain header.
β‘οΈ (1235) Docker update
β‘οΈ Dockerfiles have been updated. The project is now automatically built by dockerhub.
(1236) Batch subscription disabled in hermes console
0οΈβ£ (1237) Feature: default schema id serialization
β‘οΈ (1238) Hermes docs update
π³ Exponential retry policy and docker guide added to docs.
π³ (1240) Schema registry added to docker
π Fixes
π³ (1239) Old vagrant file removed from docker dir