8000 Tags · Satya758/zio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Satya758/zio

Tags

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Generalize returnValue access in @accessible macro (zio#4266)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix doc issues (zio#4282)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve stack safety of Chunk (zio#4114)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Final Changes In Preparation For 1.0 Release (zio#4046)

* final changes in preparation for 1.0 release

* fix documentation

v1.0.0-RC21-2

Toggle v1.0.0-RC21-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix OOM at bufferSliding (zio#3892)

v1.0.0-RC21-1

Toggle v1.0.0-RC21-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exclude test with dotty (zio#3888)

v1.0.0-RC21

Toggle v1.0.0-RC21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make ChunkBuilder public (zio#3837)

v1.0.0-RC20

Toggle v1.0.0-RC20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ZIO production ready microservice example (zio#3703)

So I wanted to try out how well one can write a production ready microservice using ZIO and current ecosystem. 

Code is pretty much done but will see some improvements over time (integration with tranzactio to also show how to combine several db effects in one transaction, but especially documentation). After writing it I noticed there are some example that are somewhat similar in libraries but mine goes a bit further by:

- Having unit tests with properly mocked dependencies with zio-mock
- Having integration tests with some maybe interesting things going on 
- Full blown microservice with proper client error handling / healthcheck etc 
- Full usage of tapir (ztapir) and sttp (integration with third-party http service). 
- zio-logging

Let me know your thoughts. And feedback. :)))

v1.0.0-RC19-2

Toggle v1.0.0-RC19-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ZSink.flatMap (zio#3640)

Fixes zio#3630

v1.0.0-RC19-1

Toggle v1.0.0-RC19-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ZStream bugfixes (zio#3633)

* Remove redundant finalizer application in ZManaged.switchable

* Close stream resources properly in ZStream#catchAllCause

* Inline some of ZStream#flatMap

* Use an isolated ReleaseMap for ZStream.managed

* fmt

* Fix Dotty compilation
0