Skip to content

Releases: ParsekDev/parsek

v1.0.0

15 Dec 12:10
a5525dd
Compare
Choose a tag to compare

1.0.0 (2024-12-15)

Bug Fixes

  • fix broken router implementation onRouterCreate method (838617b)
  • fix deployment (3f21075)
  • fix getting wrong next tag version (a4b040c)
  • fix jitpack not compiling (33bf5cb)
  • fix labelling for release (c0218db)
  • fix mandatory (8216e43)
  • fix not building (7612958)
  • fix not checking correctly classes exists due to not using correct classloader (e3cf3a5)
  • fix not decoding correct base64 (924cdc8)
  • fix not handling error correct in api (ab6cc39)
  • fix not having env variables (4f98c7e)
  • fix not using correct env var names (e09af87)
  • fix repository url in release (84032fe)
  • fix version name (72f99b4)
  • remove changelog (8ba2e57)
  • rename and fix onBeforeCreateRoutes method (ebd60aa)
  • try to fix base64 encoded gpg private key (a5e4525)
  • try to fix build error (4d8ba00)
  • try to fix changelog file (cd19af4)
  • try to fix deployment by actions (1202b8f)
  • try to fix deployment by actions - attempt 2 (236f0b5)
  • try to fix deployment to sonatype (394f54e)
  • try to fix error on release (443a958)
  • try to fix jitpack (ee709d9)
  • try to fix not building with gradle (d265fb0)
  • try to fix ridiculous way of publishing to sonatype (2946b3d)
  • try to fix shadow signing (a359607)

Features

  • add bean instances for easy access on dependency injection usage (8e2ae68)
  • add body handler option to change in Route, instead forcing every route (29c28da)
  • add check classes exists condition on event listener annotation (d9d8504)
  • add ex plugin id support for config management (2e79ace)
  • add handling catch exception on api getFailureHandler method (5fd1aba)
  • add migrate fully config option (1133796)
  • add onRouterCreate event (288d1ad)
  • add onRouterCreate event (a078778)
  • add publish to github packages (09022b5)
  • add publishing to mvn central repository (sonatype) (8ab3086)
  • add signing verification (446f043)
  • add support for version from bootstrap to spring context dependency (6a1bfe0)
  • build: upgrade gradle wrapper to 8.6 (ab1436c)
  • force support of jvm 8, but build in jvm 21 for gradle (ec93c92)
  • improve dependency injection for plugins with separate context (865cbc6)
  • improve plugin system (a4744bc)
  • improve plugin system with better event management & support for enabling disabling plugins (2c4e57d)
  • initial release (45e7c20)
  • make loading app classes first (f5f87af)
  • print stack trace on deploying parsek (12d178f)
  • try changelog file (038bff2)
  • try to add changelog md (a1d58f8)
  • update logo in Readme (a5525dd)
  • upgrade dependencies (b64af16)
  • upgrade pf4j version to fix some issues related to plugins (53b2b99)
  • upgrade spring context to 5.3.33 (d9c8c35)
  • upgrade vertx 4.5.10 (524f428)
  • use jcabi-manifests to fix reading correct manifest of application (9d999d3)
  • use versions instead of timestamps for better usage (6ad8b5b)

BREAKING CHANGES

  • The major of plugin API has been changed! Be cautious. We will implement full documentation soon for v2.

v1.0.0-beta.3

13 Dec 11:53
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2024-12-13)

Bug Fixes

  • fix not decoding correct base64 (924cdc8)
  • fix not using correct env var names (e09af87)
  • try to fix base64 encoded gpg private key (a5e4525)
  • try to fix deployment to sonatype (394f54e)
  • try to fix ridiculous way of publishing to sonatype (2946b3d)
  • try to fix shadow signing (a359607)

Features

  • add publishing to mvn central repository (sonatype) (8ab3086)
  • add signing verification (446f043)
  • force support of jvm 8, but build in jvm 21 for gradle (ec93c92)

v1.0.0-beta.2

24 Nov 21:52
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2024-11-24)

Features

  • improve plugin system with better event management & support for enabling disabling plugins (2c4e57d)

v1.0.0-beta.1

23 Nov 15:26
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2024-11-23)

Bug Fixes

  • fix broken router implementation onRouterCreate method (838617b)
  • fix deployment (3f21075)
  • fix getting wrong next tag version (a4b040c)
  • fix jitpack not compiling (33bf5cb)
  • fix labelling for release (c0218db)
  • fix mandatory (8216e43)
  • fix not building (7612958)
  • fix not checking correctly classes exists due to not using correct classloader (e3cf3a5)
  • fix not handling error correct in api (ab6cc39)
  • fix not having env variables (4f98c7e)
  • fix repository url in release (84032fe)
  • fix version name (72f99b4)
  • remove changelog (8ba2e57)
  • rename and fix onBeforeCreateRoutes method (ebd60aa)
  • try to fix build error (4d8ba00)
  • try to fix changelog file (cd19af4)
  • try to fix deployment by actions (1202b8f)
  • try to fix deployment by actions - attempt 2 (236f0b5)
  • try to fix error on release (443a958)
  • try to fix jitpack (ee709d9)
  • try to fix not building with gradle (d265fb0)

Features

  • add bean instances for easy access on dependency injection usage (8e2ae68)
  • add body handler option to change in Route, instead forcing every route (29c28da)
  • add check classes exists condition on event listener annotation (d9d8504)
  • add ex plugin id support for config management (2e79ace)
  • add handling catch exception on api getFailureHandler method (5fd1aba)
  • add migrate fully config option (1133796)
  • add onRouterCreate event (288d1ad)
  • add onRouterCreate event (a078778)
  • add publish to github packages (09022b5)
  • add support for version from bootstrap to spring context dependency (6a1bfe0)
  • build: upgrade gradle wrapper to 8.6 (ab1436c)
  • improve dependency injection for plugins with separate context (865cbc6)
  • improve plugin system (a4744bc)
  • initial release (45e7c20)
  • make loading app classes first (f5f87af)
  • print stack trace on deploying parsek (12d178f)
  • try changelog file (038bff2)
  • try to add changelog md (a1d58f8)
  • upgrade dependencies (b64af16)
  • upgrade pf4j version to fix some issues related to plugins (53b2b99)
  • upgrade spring context to 5.3.33 (d9c8c35)
  • upgrade vertx 4.5.10 (524f428)
  • use jcabi-manifests to fix reading correct manifest of application (9d999d3)
  • use versions instead of timestamps for better usage (6ad8b5b)

BREAKING CHANGES

  • The major of plugin API has been changed! Be cautious. We will implement full documentation soon for v2.