Skip to content

Conversation

wuespace-admin
Copy link
Member

@wuespace-admin wuespace-admin commented Oct 6, 2022

🤖 I have created a release beep boop

1.0.0 (2025-09-03)

⚠ BREAKING CHANGES

  • api: DecodedMessage was renamed to ResponseMessageWrapper
  • api: Remove the second constructor from TelestionVerticle that allowed to skip loading loading the default config (public TelestionVerticle(boolean skipDefaultConfigLoading))
  • api: Improve the method naming: In the TelestionVerticle, getGenericConfig() is now called getUntypedConfig()
  • api: Improve the method naming In the TelestionVerticle, getGenericDefaultConfig() is now called getUntypedDefaultConfig()
  • api: Move Class<T> getConfigType() in TelestionVerticle to Class<T> VerticleConfigStrategy.getConfigType(Class<X extends TelestionVerticle<T>> clazz)
  • api: Remove defaultStorageKey method in WithSharedData interface.
  • api: Rename method get to getString in HeaderInformation class.
  • api: Rename JsonMessage interface to JsonRecord.
  • api: Remove GenericConfiguration class. Use UntypedConfiguration to indicate generic, untyped configuration or NoConfiguration to indicate no configuration options instead. To build your own typed configuration options, implement TelestionConfiguration.
  • api: Remove Config class in favor of TelestionVerticle
  • Remove Configuration and VerticleConfig from services module and add them to the application module.
  • services: Remove ConfigurableApplication because it implements the same behaviour as the Telestion class in the application module, and is not used at the moment.
  • application: Remove the Application class from the application module because it is empty
  • config: The deprecated config.json is no longer available

Features

  • api: Improve the method naming In the TelestionVerticle, getGenericDefaultConfig() is now called getUntypedDefaultConfig() (b78e9a0)
  • api: Improve the method naming: In the TelestionVerticle, getGenericConfig() is now called getUntypedConfig() (b78e9a0)
  • api: Make HeaderInformation MultiMap complete and rename method get to getString. (1a6a51c)
  • api: Move Class&lt;T&gt; getConfigType() in TelestionVerticle to Class<T> VerticleConfigStrategy.getConfigType(Class<X extends TelestionVerticle<T>> clazz) (b78e9a0)
  • api: Move TelestionVerticle configuration logic into a dedicated strategy class and improve overall stability (b78e9a0)
  • api: Remove Config class (9ea9374)
  • api: Remove defaultStorageKey method in WithSharedData interface (b6c5e59)
  • api: Remove GenericConfiguration class (ba64cfb)
  • api: Remove the second constructor from TelestionVerticle that allowed to skip loading loading the default config (public TelestionVerticle(boolean skipDefaultConfigLoading)) (b78e9a0)
  • api: Rename DecodedMessage to ResponseMessageWrapper to be more specific (1462dc1), closes #485
  • api: Rename JsonMessage interface to JsonRecord (80cb961)
  • application: Remove empty Application class (6885c58)
  • config: Remove unneeded global config.json (439aa8a)
  • Move Configuration and VerticleConfig data types to application module (93bae37)
  • services: Remove ConfigurableApplication (a40cdb2)

This PR was generated with Release Please. See documentation.

@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 3 times, most recently from 205fb42 to 45365fe Compare December 22, 2022 21:48
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 45365fe to 10080d2 Compare December 23, 2022 05:32
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 10080d2 to d07cb3d Compare December 23, 2022 13:32
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from d07cb3d to dd3fd42 Compare December 23, 2022 13:34
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 3 times, most recently from 455f832 to c796cf3 Compare December 27, 2022 01:33
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 3 times, most recently from 8196ee0 to b47a5bb Compare January 10, 2023 19:27
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from 5077049 to 59352c3 Compare January 19, 2023 04:48
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 59352c3 to 46c2e3b Compare January 29, 2023 06:11
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 4 times, most recently from cea14b5 to d2d9d8e Compare February 13, 2023 23:58
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from 70ac5f1 to 19d6060 Compare February 20, 2023 18:15
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 3 times, most recently from 8f5df88 to 5ae5c60 Compare March 1, 2023 20:16
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from 87ef653 to fa5a9d4 Compare March 9, 2023 20:09
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from fff2573 to 99a6ba5 Compare November 15, 2024 02:30
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 99a6ba5 to e1e0d4c Compare November 28, 2024 08:39
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 4 times, most recently from e558942 to a99be1a Compare December 21, 2024 22:36
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from 19dadc1 to 3d488d2 Compare January 8, 2025 18:26
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 3d488d2 to 8f31d7e Compare January 26, 2025 09:15
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 8f31d7e to 98d6d9e Compare February 11, 2025 20:14
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from 4bbff2e to 0943d34 Compare March 1, 2025 05:37
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 0943d34 to d4e20fe Compare March 18, 2025 22:56
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from d4e20fe to a71ae03 Compare April 3, 2025 15:25
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from a71ae03 to 43bfabb Compare April 17, 2025 11:46
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 43bfabb to 442b933 Compare April 25, 2025 05:45
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 442b933 to 81ba3d8 Compare May 16, 2025 23:32
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 81ba3d8 to 0ee639f Compare June 6, 2025 23:26
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from 33082e0 to a101d88 Compare June 19, 2025 16:49
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from 4f99272 to 4b488a4 Compare July 4, 2025 20:33
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 4b488a4 to e164062 Compare July 18, 2025 22:40
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from e164062 to 07c2e18 Compare August 5, 2025 17:07
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from 07c2e18 to 3657769 Compare August 13, 2025 20:25
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch 2 times, most recently from 5c660dc to c4be108 Compare August 31, 2025 08:57
@wuespace-admin wuespace-admin force-pushed the release-please--branches--main--components--telestion-core branch from c4be108 to 2e50d43 Compare September 3, 2025 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rethink DecodedMessage naming
1 participant