Skip to content

Releases: ButterCam/sisyphus

Sisyphus v0.0.7

31 Aug 07:56
b7842f4
Compare
Choose a tag to compare

0.0.7 (2020-08-31)

Fixed

  • 🐛 Workaround for crashing with project plugin(KT-37435) [4792b9c]

Sisyphus v0.0.6

28 Aug 14:01
73ab160
Compare
Choose a tag to compare

0.0.6 (2020-08-28)

Added

  • ✨ Common operation api support (#65) [6b1a442]
  • ✨ Add copyFrom and fillFrom method for MutableMessage (#62) [3581332]
  • ✨ Supported for redis database modification and add jooq page util (#63) [f6da309]
  • ✨ Support base32 and more base coding (#61) [224db19]
  • ✨ Support configure database for redis (#60) [25847f3]

Changed

  • ⬆️ Upgrade to kotlin 1.4.0 (#64) [f67cc97]
  • 🚸 Prepare upgrade to kotlin 1.4.0 [8a3ed62]
  • 🔧 Add gitmoji changelog support (#56) [f14eb09]
  • ♻️ Separate proto from lib module (#55) [26a1121]

Fixed

  • 🐛 Fix dependency of jGit (#59) [67f534e]
  • 🐛 Make configuration as proto generate task input (#58) [96334fd]

Miscellaneous

  • 📝 Update changelog (#57) [b647b6f]
  • Add gradle and jdk badge (#54) [a99e5e0]
  • Add unit tests for sisyphus-grpc cel module (#49) [a8cf64d]
  • Throw exception when running cel with syntax error (#53) [f9ecd10]
  • Add zoneId parameter for create timestamp (#52) [be95e2b]

Sisyphus v0.0.5

17 Jul 07:35
6caf955
Compare
Choose a tag to compare

🎉 New Features

  • API Linter for Gradle Protobuf plugin (#44) (#45)
  • Add kubernetes label auto register (#42)
  • Add channel lifecycle (#39)

🐞 Bug Fixes

  • Fix serializing for map with google.protobuf.Any value (#43)
  • Fix repeated custom type can't be converted in message patcher (#41)

🏗 Dependency Upgrades

  • Gradle 6.5.1

  • gRPC 1.30.2

  • OKHttp 4.8.0

  • Maven wagon 3.4.1

  • Swagger core 2.1.3

  • Nebula Gradle info plugin 8.3.2

  • Kotlin gRPC stub 0.1.4

Sisyphus v0.0.4

28 Jun 07:07
b9a5268
Compare
Choose a tag to compare

🎉 New Features

  • Add register service and generate description to file (#28) (#31)
  • Add Micrometer Prometheus timer interceptor (#29) (#30)
  • Add kubernetes service discovery (#32) (#34)

🐞 Bug Fixes

  • Fix license GitHub repo assembling (#25)
  • Fix CEL eval bugs (#33)

🏗 Dependency Upgrades

  • Spring Boot 2.3.1

  • Google Protobuf 3.12.2

  • gRPC 1.30.0

  • Kotlin poet 1.6.0

  • Netty tcnative boringssl static 2.0.31

  • Resilience4j Retrofit 1.5.0

  • Gradle plugin publish plugin 0.12.0

  • Kotlin gRPC stub 0.1.3

Sisyphus v0.0.3

08 Jun 04:41
efb706e
Compare
Choose a tag to compare

🎉 New Features

  • Add defer logger for 'ConfigArtifactProvider' (#21)
  • Add 'grpc-service-name' header for http transcoding method signing. (#22)
  • Support 'BUILD_VERSION' env for customizing version (#23)
  • Allow primery type in swagger (#19)

🐞 Bug Fixes

  • Fix json serializer for 'google.protobuf.Any' (#21)
  • Change swagger resources path (#24)

🏗 Dependency Upgrades

  • Google Protobuf 3.12.1

  • HBase Client 2.8.0

  • Reflections 0.9.12

  • okhttp 4.7.2

  • Retrofit 2.9.0

  • Jooq 3.13.2

  • Kotlin Gradle plugin 1.3.72

  • Kotlin allopen 1.3.72

  • Spring boot Gradle plugin 2.3.0.RELEASE

  • Gradle versions plugin 0.28.0

  • Kotlin plugins 1.3.6

Sisyphus v0.0.2

26 May 10:39
c3db7a0
Compare
Choose a tag to compare

🎉 New Features

  • Generate gRPC service and client based on grpc-kotlin (#17)

🐞 Bug Fixes

  • Fix wrong version generated on Jenkins when building release tag (#8)
  • Fix wrong dependency for license plugin (#9)