Skip to content

Conversation

ekrich
Copy link
Owner

@ekrich ekrich commented Jul 11, 2025

This add a Scalafix rule for ConfigRenderOptions.getShowEnvVariables. This was previously added in typesafe config and just recently added to sconfig.

Keeping compatibility is very important as we don't want to break peoples code so we have a deprecation cycle before removal of any public APIs. We can also add to the API in a compatible way. To check compatibility use the MIMA plugin with the following command:

```sh
sbt> sconfigJVM / mimaReportBinaryIssues
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

To run JVM test applications, you can list or run them interactively them as follows:

```sh
sbt> sconfigJVM / Test / test / run
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kastoestoramadus
Copy link
Contributor

When we may expect new release?

@ekrich
Copy link
Owner Author

ekrich commented Jul 14, 2025

I can do one this week :-)

@ekrich ekrich merged commit be3e46a into main Jul 14, 2025
3 checks passed
@ekrich ekrich deleted the topic/next3 branch July 14, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants