Skip to content

Tags: hearnadam/zio

Tags

v2.0.13

Toggle v2.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Chunk.Concat toArray (zio#8048)

* Fix Chunk.Concat toArray

* Real fix

v2.0.12

Toggle v2.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add scala k8s to sidebar (zio#8004)

v2.0.11

Toggle v2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Point to the correct path of guide (zio#7989)

* Update README.md

Use the correct path to contributor guide

* Update README.md

remove about path segment

v2.0.10

Toggle v2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle empty list keeping backward compatibility (zio#7891)

* Initial commit on handling empty list

* Reformat code

* Handle empty list

* Run fmt

* Clean up

* Rename QuotedIndex with BracketedIndex

v2.0.9

Toggle v2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Annotations To Cause (zio#7808)

* initial work

* fix scala 3 issue

* override equals and hash code

* fix tests

* fix binary compatibility issue

* fix test

* spans

* fix version specific issue

v2.0.8

Toggle v2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow child to outlive parent in race (zio#7803)

v2.0.7

Toggle v2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement GroupedWithin Directly On Stream (zio#7791)

* implemented grouped within directly on stream

* fix compilation error

v1.0.18

Toggle v1.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ZIO 1.x: Update izumi-reflect to 2.2.5 (zio#7790)

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement ConfigProvider.Flat#merge (zio#7700)

* implement config provider merge

* drop binary compatibility guarantee for scala 211

* rename

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed zio-mock documentation on mocking collaborators compose layers (z…

…io#7600)

* fixed zio-mock documentation on mocking collaborators compose layers

* missing proper layer constructor in compose method

* `The Problem` mdoc'ed and compiling

* add zio-mock to docs dependencies

* testing services mdoc'ed and compiling

* `Encoding Polymorphic Capabilities` mdoc'ed and compiling

* all `zio-mock.md` properly mdoc'ed

* fixed typos

* more idiomatic ZLayer constructors

* more idiomatic ZLayer constructor

* idiomatic yielding and use of curly braces. Imported MockPolyService

* added missing new constructor.