-
Notifications
You must be signed in to change notification settings - Fork 222
Comparing changes
Open a pull request
base repository: finagle/finch
base: v0.27.0
head repository: finagle/finch
compare: master
Commits on Jan 13, 2019
-
Setting version to 0.28.0-SNAPSHOT
Finch CI committedJan 13, 2019 Configuration menu - View commit details
-
Copy full SHA for b9d7320 - Browse repository at this point
Copy the full SHA b9d7320View commit details
Commits on Jan 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cf79fce - Browse repository at this point
Copy the full SHA cf79fceView commit details -
Merge pull request #1069 from finagle/vk/remove-async-stream
Remove asyncBody
Configuration menu - View commit details
-
Copy full SHA for cf7372d - Browse repository at this point
Copy the full SHA cf7372dView commit details
Commits on Jan 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8696710 - Browse repository at this point
Copy the full SHA 8696710View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7726a - Browse repository at this point
Copy the full SHA fc7726aView commit details -
Merge pull request #1072 from finagle/vk/iteratee-cleanup
Remove deprecated iteratee names
Configuration menu - View commit details
-
Copy full SHA for 472953f - Browse repository at this point
Copy the full SHA 472953fView commit details
Commits on Jan 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec5112c - Browse repository at this point
Copy the full SHA ec5112cView commit details -
Merge pull request #1074 from scala-steward/update/refined-0.9.4
Update refined, refined-cats, ... to 0.9.4
Configuration menu - View commit details
-
Copy full SHA for 928ac4d - Browse repository at this point
Copy the full SHA 928ac4dView commit details
Commits on Jan 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 88c2dc3 - Browse repository at this point
Copy the full SHA 88c2dc3View commit details -
Merge pull request #1075 from scala-steward/update/cats-effect-1.2.0
Update cats-effect to 1.2.0
Configuration menu - View commit details
-
Copy full SHA for 7c89362 - Browse repository at this point
Copy the full SHA 7c89362View commit details
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fd311db - Browse repository at this point
Copy the full SHA fd311dbView commit details -
Merge pull request #1073 from finagle/vk/io-to-response
Do not run stream out of band
Configuration menu - View commit details
-
Copy full SHA for f34c09e - Browse repository at this point
Copy the full SHA f34c09eView commit details -
ryuta.sakamoto committed
Jan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for ba5c647 - Browse repository at this point
Copy the full SHA ba5c647View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d12ab3 - Browse repository at this point
Copy the full SHA 5d12ab3View commit details
Commits on Jan 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3fc90e6 - Browse repository at this point
Copy the full SHA 3fc90e6View commit details -
Merge pull request #1079 from scala-steward/update/discipline-0.11.0
Update discipline to 0.11.0
Configuration menu - View commit details
-
Copy full SHA for 5cbb3d7 - Browse repository at this point
Copy the full SHA 5cbb3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 096903b - Browse repository at this point
Copy the full SHA 096903bView commit details -
Merge pull request #1081 from scala-steward/update/fs2-core-1.0.3
Update fs2-core to 1.0.3
Configuration menu - View commit details
-
Copy full SHA for e8d83d5 - Browse repository at this point
Copy the full SHA e8d83d5View commit details
Commits on Jan 29, 2019
-
Introduce Endpoint.Compiled, a Kleisli middleware (#1080)
* Introduce effect-aware Filter[F] and Service[F] * revert conformHttp call * Rename Service[F] to EndpointCompiled[F] and revert Bootstrap.toService * Fix formatting * Remove Filter and replace EndpointCompiled with Kleisli type alias * Add CompiledOps * Change Endpoint.Compiled signature to Either * Add Endpoint.compile(As) * Change BootstrapSpec to use compile method * Add exception attempt test case * Change deprecation message * Use Id as default F type for Bootstrap * Move trace capture under toService and undeprecate capture * Remove implicit toService in favor of ToService case class and Endpoint.toService
Configuration menu - View commit details
-
Copy full SHA for a3a58de - Browse repository at this point
Copy the full SHA a3a58deView commit details
Commits on Feb 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e074ef9 - Browse repository at this point
Copy the full SHA e074ef9View commit details -
Merge pull request #1084 from scala-steward/update/cats-core-1.6.0
Update cats-core, cats-laws to 1.6.0
Configuration menu - View commit details
-
Copy full SHA for 1e5a10e - Browse repository at this point
Copy the full SHA 1e5a10eView commit details
Commits on Feb 3, 2019
-
Remove the `headerExists` and `paramExists` from the documentation
Configuration menu - View commit details
-
Copy full SHA for 35ff5d4 - Browse repository at this point
Copy the full SHA 35ff5d4View commit details
Commits on Feb 4, 2019
-
Merge pull request #1085 from FabioPinheiro/master
Cleanup user-guide.md
Configuration menu - View commit details
-
Copy full SHA for 065e600 - Browse repository at this point
Copy the full SHA 065e600View commit details
Commits on Feb 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6fc8fbc - Browse repository at this point
Copy the full SHA 6fc8fbcView commit details -
Merge pull request #1088 from scala-steward/update/finagle-http-19.2.0
Update finagle-http, finagle-stats, ... to 19.2.0
Configuration menu - View commit details
-
Copy full SHA for 3d231cf - Browse repository at this point
Copy the full SHA 3d231cfView commit details
Commits on Feb 25, 2019
-
Example on using Endpoint.Compiled (#1083)
* Example on using Endpoint.Compiled * Update examples according to comments
Configuration menu - View commit details
-
Copy full SHA for 14e2cd6 - Browse repository at this point
Copy the full SHA 14e2cd6View commit details
Commits on Feb 26, 2019
-
Least powerful type classes + Endpoint.mapF (#1089)
* Least powerful type classes + Endpoint.mapF * Fix compilation * Add mapF scaladoc * Rename mapF to transformF
Configuration menu - View commit details
-
Copy full SHA for 21b143b - Browse repository at this point
Copy the full SHA 21b143bView commit details
Commits on Feb 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2f2f98e - Browse repository at this point
Copy the full SHA 2f2f98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18dbd97 - Browse repository at this point
Copy the full SHA 18dbd97View commit details -
Finch CI committed
Feb 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 49771ea - Browse repository at this point
Copy the full SHA 49771eaView commit details -
Setting version to 0.29.0-SNAPSHOT
Finch CI committedFeb 27, 2019 Configuration menu - View commit details
-
Copy full SHA for c317ac6 - Browse repository at this point
Copy the full SHA c317ac6View commit details
Commits on Feb 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cf0473d - Browse repository at this point
Copy the full SHA cf0473dView commit details
Commits on Mar 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7e6179a - Browse repository at this point
Copy the full SHA 7e6179aView commit details -
Merge pull request #1093 from scala-steward/update/scalatest-3.0.6
Update scalatest to 3.0.6
Configuration menu - View commit details
-
Copy full SHA for a7612a1 - Browse repository at this point
Copy the full SHA a7612a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5080dc6 - Browse repository at this point
Copy the full SHA 5080dc6View commit details -
Merge pull request #1095 from scala-steward/update/fs2-core-1.0.4
Update fs2-core to 1.0.4
Configuration menu - View commit details
-
Copy full SHA for b1859e0 - Browse repository at this point
Copy the full SHA b1859e0View commit details
Commits on Mar 4, 2019
-
Fs2 EncodeStream for both ConcurrentEffect and Effect monads
The `ConcurrentEffect` instances are prioritized higher. This means users can benefit from cancellation when possible without loss of generality.
Configuration menu - View commit details
-
Copy full SHA for 71c006a - Browse repository at this point
Copy the full SHA 71c006aView commit details -
Replace references to deprecated GeneratorDrivenPropertyChecks
Deprecated since scalatest 3.0.6 The drop-in replacement is `ScalaCheckDrivenPropertyChecks`.
Configuration menu - View commit details
-
Copy full SHA for 6cc3283 - Browse repository at this point
Copy the full SHA 6cc3283View commit details
Commits on Mar 7, 2019
-
Merge pull request #1094 from finagle/vk/transform-output
Deprecate transform in favor of transformOutput
Configuration menu - View commit details
-
Copy full SHA for f3d374c - Browse repository at this point
Copy the full SHA f3d374cView commit details
Commits on Mar 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c605073 - Browse repository at this point
Copy the full SHA c605073View commit details -
Merge pull request #1099 from akiomik/patch-2
Fix link for fs2 in README.md
Configuration menu - View commit details
-
Copy full SHA for ade9b10 - Browse repository at this point
Copy the full SHA ade9b10View commit details
Commits on Mar 13, 2019
-
Merge pull request #1082 from joroKr21/encode-stream-concurrent
Fs2 EncodeStream for both ConcurrentEffect and Effect monads
Configuration menu - View commit details
-
Copy full SHA for 4f6a52a - Browse repository at this point
Copy the full SHA 4f6a52aView commit details
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c1177c3 - Browse repository at this point
Copy the full SHA c1177c3View commit details -
Merge pull request #1100 from scala-steward/update/finagle-http-19.3.0
Update finagle-http, finagle-stats, ... to 19.3.0
Configuration menu - View commit details
-
Copy full SHA for d645f1b - Browse repository at this point
Copy the full SHA d645f1bView commit details
Commits on Mar 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 54f2832 - Browse repository at this point
Copy the full SHA 54f2832View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 624d1b5 - Browse repository at this point
Copy the full SHA 624d1b5View commit details
Commits on Mar 24, 2019
-
Merge pull request #1101 from scala-steward/update/scalatest-3.0.7
Update scalatest to 3.0.7
Configuration menu - View commit details
-
Copy full SHA for 0f2476a - Browse repository at this point
Copy the full SHA 0f2476aView commit details -
Merge pull request #1096 from joroKr21/scalatest-prop
Replace references to deprecated GeneratorDrivenPropertyChecks
Configuration menu - View commit details
-
Copy full SHA for 949c664 - Browse repository at this point
Copy the full SHA 949c664View commit details -
Merge pull request #1102 from scala-steward/update/argonaut-6.2.3
Update argonaut to 6.2.3
Configuration menu - View commit details
-
Copy full SHA for 2710d69 - Browse repository at this point
Copy the full SHA 2710d69View commit details
Commits on Mar 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5d2a601 - Browse repository at this point
Copy the full SHA 5d2a601View commit details
There are no files selected for viewing
This file was deleted.