-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(main): release 1.0.0 #645
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 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
36c7ba7
to
ee7d348
Compare
ee7d348
to
d8f6385
Compare
d8f6385
to
1d2c081
Compare
1d2c081
to
93c9107
Compare
d09871c
to
b0651a8
Compare
48b0d3f
to
b58bb34
Compare
7d51159
to
2cbc37d
Compare
2bbf76e
to
c67d54f
Compare
cd6ad91
to
7303907
Compare
9670dab
to
cda8686
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
98d6d9e
to
4bbff2e
Compare
4bbff2e
to
0943d34
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-03-01)
⚠ 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.