Releases: lightbend-labs/scala-logging
Releases · lightbend-labs/scala-logging
v3.9.6
What's Changed
- Update scala3-library to 3.1.3 by @scala-steward in #357
- Update scalatest to 3.2.12 by @scala-steward in #352
- Update scala-library, scala-reflect to 2.12.16 by @scala-steward in #356
- Update sbt to 1.7.1 by @scala-steward in #359
- Update scalatest to 3.2.13 by @scala-steward in #360
- Update scala-library, scala-reflect to 2.12.17 by @scala-steward in #365
- adjust CI config to avoid repeating Scala version numbers by @SethTisue in #367
- Update sbt to 1.7.2 by @scala-steward in #370
- Update scalatest to 3.2.14 by @scala-steward in #371
- Update scala-library, scala-reflect to 2.13.10 by @scala-steward in #369
- Update sbt to 1.7.3 by @scala-steward in #374
- Update scala3-library to 3.2.1 by @scala-steward in #375
- Update sbt to 1.8.0 by @scala-steward in #379
- Update sbt to 1.8.2 by @scala-steward in #383
- Update scalatest to 3.2.15 by @scala-steward in #384
- Update scala3-library to 3.2.2 by @scala-steward in #385
- Update logback-classic to 1.2.12 by @scala-steward in #390
- Update sbt-ci-release to 1.5.12 by @scala-steward in #391
- Update sbt to 1.8.3 by @scala-steward in #395
- Update scalatest to 3.2.16 by @scala-steward in #396
- Update scala3-library to 3.3.0 by @scala-steward in #397
- Update scala-library, scala-reflect to 2.13.11 by @scala-steward in #399
- Update scala-library, scala-reflect to 2.12.18 by @scala-steward in #398
- Update sbt to 1.9.0 by @scala-steward in #400
- Update sbt to 1.9.1 by @scala-steward in #403
- Update sbt to 1.9.2 by @scala-steward in #404
- Update sbt to 1.9.3 by @scala-steward in #405
- Update sbt to 1.9.4 by @scala-steward in #410
- Update scalatest to 3.2.17 by @scala-steward in #411
- Update scala3-library to 3.3.1 by @scala-steward in #409
- Update sbt to 1.9.6 by @scala-steward in #414
- Update scala-library, scala-reflect to 2.13.12 by @scala-steward in #413
- Update sbt to 1.9.7 by @scala-steward in #418
- Update sbt-osgi to 0.9.8 by @scala-steward in #417
- Update sbt-osgi to 0.9.9 by @scala-steward in #419
- Update sbt to 1.9.8 by @scala-steward in #423
- Update sbt-osgi to 0.9.11 by @scala-steward in #425
- Update sbt-osgi to 0.10.0 by @scala-steward in #427
- Update scala-library, scala-reflect to 2.13.13 by @scala-steward in #435
- Update scala-library, scala-reflect to 2.12.19 by @scala-steward in #434
- Update scala3-library to 3.3.3 by @scala-steward in #437
- Update sbt to 1.9.9 by @scala-steward in #430
- Update scalatest to 3.2.18 by @scala-steward in #428
- Update sbt to 1.10.0 by @scala-steward in #441
- Update scala-library, scala-reflect to 2.13.14 by @scala-steward in #439
- Update scalatest to 3.2.19 by @scala-steward in #442
- Update sbt to 1.10.1 by @scala-steward in #443
- Update sbt-ci-release to 1.6.1 by @scala-steward in #446
- Update scala-library, scala-reflect to 2.12.20 by @scala-steward in #447
- Update scala3-library to 3.3.4 by @scala-steward in #450
- Update sbt to 1.10.2 by @scala-steward in #448
- Update scala-library, scala-reflect to 2.13.15 by @scala-steward in #449
- Update sbt-ci-release to 1.8.0 by @scala-steward in #452
- Update sbt, scripted-plugin to 1.10.6 by @scala-steward in #458
- Update sbt-ci-release to 1.9.0 by @scala-steward in #455
- Update sbt-ci-release to 1.9.2 by @scala-steward in #459
- Update sbt, scripted-plugin to 1.10.7 by @scala-steward in #460
- Update scala3-library to 3.3.5 by @scala-steward in #462
- Update scala-library, scala-reflect to 2.13.16 by @scala-steward in #461
- Update sbt, scripted-plugin to 1.10.10 by @scala-steward in #465
- Update sbt-ci-release to 1.9.3 by @scala-steward in #466
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward in #467
- update dependencies by @jxnu-liguobin in #479
New Contributors
- @jxnu-liguobin made their first contribution in #479
Full Changelog: v3.9.5...v3.9.6
3.9.5
According to git shortlog -sn --no-merges v3.9.4..v3.9.5, 7 people contributed: Scala Steward, Seth Tisue, prateekatknoldus, Derek Wickern, Mark Tickner, PJ Fanning, sullis, xuwei-k.
- use
lengthIs
instead oflength
(#349) - GitHub Actions setup-java v3 (#353)
- Removed type annotations warnings in LoggerSpec (#343)
- Fix macro when interpolated argument is
Throwable
(#305) - Removed type annotations warnings in LoggerWithTaggedArgsSpec (#342)
- Added missing type annotations in LoggerWithMarkerSpec (#341)
- Added missing type annotations in LoggerTakingImplicitSpec (#340)
- updated docs (#335)
- Included a way to create Logger with class name in which it is defined (#334)
- Declare version scheme (#332)
- Added a test case for getContext method in LoggerTakingImplicitSpec (#330)
- Example for StrictLogging (#326)
- Added a method in CanLog trait to extract the context object for the logger (#324)
- Added example for AnyLogging (#322)
- Added method to extract the context object (#323)
- Added description for AnyLogging in README (#320)
- Added support for AnyLogging (#318)
- Added use case for LazyLogging and StrictLogging in README.md (#319)
- Scala-3: Added the missing when Enabled() methods in LoggerTakingImplicitImpl under scala-3 package (#316)
- Added the missing when Enabled() methods in LoggerTakingImplicitImpl (#315)
- doc: latest logback version (#312)
- replace Travis-CI with GitHub Actions (#299)
- Use 3.9.4 in readme for Scala 3 (#289)
NOTE
If you are using Vararg, please be aware that this release includes the issue reported in #354. This fix is planned to be addressed in a subsequent release.
3.9.4
3.9.3
- Add Scala 3 support (thank you @amumurst!) (#227)
- Fix for shapeless
@@
types passed on as args (thank you @mwielocha!) (#219)
According to git shortlog -sn --no-merges v3.9.2..v3.9.3
, 16 people contributed: Scala Steward, Seth Tisue, Philippus Baalman, sullis, Adriaan Moors, Krzysiek Bochenek, Mathias Bogaert, Eric Meisel, Dejan Stojadinović, Bruno Bonanno, Amund Murstad, Ty Coghlan, amumurst, kenji yoshida, mwielocha, Francis De Brabandere.