Skip to content

Latest commit

 

History

History
216 lines (158 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

216 lines (158 loc) · 12.1 KB

Changelog

0.0.7 (2020-08-31)

Fixed

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

0.0.6 (2020-08-28)

Added

  • ✨ Common operation api support (#65) [6b1a442]

Changed

0.0.5 (2020-07-17)

Miscellaneous

  • Make api linter runner as simple java library (#51) [6caf955]
  • Publish to gradle portal when release (#50) [93507ed]
  • Upgrade dependencies (#48) [c04a8e1]
  • Make api linter working with windows (#45) [8108fec]
  • Add api linter gradle plugin (#44) [9cf8b72]
  • Fix serializing for map with google.protobuf.Any value (#43) [ba3aaab]
  • Add kubernetes label auto register [service-discovery] (#42) [68e14a4]
  • Fix repeated custom type can't be converted in message patcher (#41) [4f31749]
  • Add channel lifecycle (#39) [ea62519]
  • Update gradle to 6.5.1 (#40) [7ad3990]
  • Build release when a pre-release is changed to a release (#38) [13dcd9d]

0.0.4 (2020-06-24)

Miscellaneous

0.0.3 (2020-06-08)

Miscellaneous

  • Change swagger resources path (#24) [efb706e]
  • Support 'BUILD_VERSION' env for customizing version (#23) [0bbd737]
  • Add 'grpc-service-name' header for http transcoding method signing. (#22) [80fcd5d]
  • Add defer logger for 'ConfigArtifactProvider' (#21) [787c33a]
  • Fix Swagger bug. (#19) [c157a5c]
  • Upgrade sisyphus plugins to 0.0.2 (#18) [127ddcc]

0.0.2 (2020-05-26)

Miscellaneous

  • Generate gRPC service and client based on grpc-kotlin (#17) [c3db7a0]
  • Fix wrong dependency for license plugin (#9) [34896db]
  • Fix wrong version generated in jenkins when build release tag (#8) [a5f02c5]
  • Publish plugins to gradle portal when release created (#7) [6a22aff]

0.0.1 (2020-05-22)

Added

  • 🎉 Initial commit for sisyphus project [276ab47]

Miscellaneous

  • Support autoconfig for docker plugin (#5) [e4ce818]
  • Support graceful shutdown for gRPC server (#6) [7371a52]
  • Fix 'ConditionalOnMissingBean' not work with component scan (#4) [9226109]
  • Skip publish to internal nexus (#3) [5377f7d]
  • Fix errors and bugs in internal usage (#2) [8f8e57a]
  • Release prepare for 0.0.1 (#1) [d7a19dc]
  • Add LICENSE [59e9ae3]

0.0.6-M3 (2020-08-27)

Added

  • ✨ 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

  • 🚸 Prepare upgrade to kotlin 1.4.0 [8a3ed62]

0.0.6-M2 (2020-07-29)

Fixed

0.0.6-M1 (2020-07-28)

Fixed

  • 🐛 Make configuration as proto generate task input (#58) [96334fd]

0.0.6-M0 (2020-07-27)

Changed

  • 🔧 Add gitmoji changelog support (#56) [f14eb09]
  • ♻️ Separate proto from lib module (#55) [26a1121]

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]

0.0.4-M0 (2020-06-16)

Miscellaneous

  • Clear warning for read descriptor file (#31) [8db2a71]
  • Refactor metrics (#30) [223cc0c]
  • Add Micrometer Prometheus timer interceptor (#29) [ac9ad45]
  • Add register service and generate description to file (#28) [cb9937b]
  • Simple quick start document (#27) [2a4b99e]
  • Add dependencies bedge (#26) [f19897d]
  • Fix license github repo assembling (#25) [815092b]