-
Notifications
You must be signed in to change notification settings - Fork 0
chore(main): release 1.0.0 #645
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
Open
wuespace-admin
wants to merge
1
commit into
main
Choose a base branch
from
release-please--branches--main--components--telestion-core
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(main): release 1.0.0 #645
wuespace-admin
wants to merge
1
commit into
main
from
release-please--branches--main--components--telestion-core
Conversation
This file contains hidden or 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
205fb42
to
45365fe
Compare
45365fe
to
10080d2
Compare
10080d2
to
d07cb3d
Compare
d07cb3d
to
dd3fd42
Compare
455f832
to
c796cf3
Compare
8196ee0
to
b47a5bb
Compare
5077049
to
59352c3
Compare
59352c3
to
46c2e3b
Compare
cea14b5
to
d2d9d8e
Compare
70ac5f1
to
19d6060
Compare
8f5df88
to
5ae5c60
Compare
87ef653
to
fa5a9d4
Compare
fff2573
to
99a6ba5
Compare
99a6ba5
to
e1e0d4c
Compare
e558942
to
a99be1a
Compare
19dadc1
to
3d488d2
Compare
3d488d2
to
8f31d7e
Compare
8f31d7e
to
98d6d9e
Compare
4bbff2e
to
0943d34
Compare
0943d34
to
d4e20fe
Compare
d4e20fe
to
a71ae03
Compare
a71ae03
to
43bfabb
Compare
43bfabb
to
442b933
Compare
442b933
to
81ba3d8
Compare
81ba3d8
to
0ee639f
Compare
33082e0
to
a101d88
Compare
4f99272
to
4b488a4
Compare
4b488a4
to
e164062
Compare
e164062
to
07c2e18
Compare
07c2e18
to
3657769
Compare
5c660dc
to
c4be108
Compare
c4be108
to
2e50d43
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.0.0 (2025-09-03)
⚠ BREAKING CHANGES
DecodedMessage
was renamed toResponseMessageWrapper
TelestionVerticle
that allowed to skip loading loading the default config (public TelestionVerticle(boolean skipDefaultConfigLoading)
)TelestionVerticle
,getGenericConfig()
is now calledgetUntypedConfig()
TelestionVerticle
,getGenericDefaultConfig()
is now calledgetUntypedDefaultConfig()
Class<T> getConfigType()
inTelestionVerticle
toClass<T> VerticleConfigStrategy.getConfigType(Class<X extends TelestionVerticle<T>> clazz)
defaultStorageKey
method inWithSharedData
interface.get
togetString
inHeaderInformation
class.JsonMessage
interface toJsonRecord
.GenericConfiguration
class. UseUntypedConfiguration
to indicate generic, untyped configuration orNoConfiguration
to indicate no configuration options instead. To build your own typed configuration options, implementTelestionConfiguration
.Config
class in favor ofTelestionVerticle
Configuration
andVerticleConfig
from services module and add them to the application module.ConfigurableApplication
because it implements the same behaviour as theTelestion
class in the application module, and is not used at the moment.Application
class from the application module because it is emptyconfig.json
is no longer availableFeatures
TelestionVerticle
,getGenericDefaultConfig()
is now calledgetUntypedDefaultConfig()
(b78e9a0)TelestionVerticle
,getGenericConfig()
is now calledgetUntypedConfig()
(b78e9a0)HeaderInformation
MultiMap
complete and rename methodget
togetString
. (1a6a51c)Class<T> getConfigType()
inTelestionVerticle
toClass<T> VerticleConfigStrategy.getConfigType(Class<X extends TelestionVerticle<T>> clazz)
(b78e9a0)TelestionVerticle
configuration logic into a dedicated strategy class and improve overall stability (b78e9a0)Config
class (9ea9374)defaultStorageKey
method inWithSharedData
interface (b6c5e59)GenericConfiguration
class (ba64cfb)TelestionVerticle
that allowed to skip loading loading the default config (public TelestionVerticle(boolean skipDefaultConfigLoading)
) (b78e9a0)DecodedMessage
toResponseMessageWrapper
to be more specific (1462dc1), closes #485JsonMessage
interface toJsonRecord
(80cb961)Application
class (6885c58)config.json
(439aa8a)Configuration
andVerticleConfig
data types to application module (93bae37)ConfigurableApplication
(a40cdb2)This PR was generated with Release Please. See documentation.