Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dependencies #531

Merged
merged 2 commits into from
Mar 23, 2023
Merged

Update Dependencies #531

merged 2 commits into from
Mar 23, 2023

Conversation

adamgfraser
Copy link
Contributor

No description provided.

@adamgfraser adamgfraser requested a review from a team as a code owner March 22, 2023 22:42
@adamgfraser adamgfraser requested a review from vigoo March 22, 2023 23:08
@vigoo vigoo merged commit 3a27db8 into zio:main Mar 23, 2023
@carlos-verdes
Copy link

When is this upgrade planned to be deploy?
I'm kind of block now after I upgraded zio dependencies

Explanation of my problem:
I have zio-schema version 0.4.9 which still uses zio-json 0.3.0 and I have in context zio-json 0.5.0 (which is not compatible with zio-schema 0.4.9)

@vigoo
Copy link
Contributor

vigoo commented Mar 29, 2023

Started a release now

@carlos-verdes
Copy link

Cool, can you take a look at my latest PR #534?
It's related with issue #447

It's something I need for long time, current implementation Encodes Map[String, Any] like a JSON array, my expectation is to be rendered as a JSON Object.

Example:

  val config: Map[String, String] = Map("extra" -> "config")
  val expectedJson = """{"extra":"config"}"""

  val currentImplementation = "[{"extra":"config"}]

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.

3 participants