You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add SDK version support to options ([#166](https://github.com/bucketeer-io/go-server-sdk/issues/166)) ([2655753](https://github.com/bucketeer-io/go-server-sdk/commit/2655753db6edba57a090071b81b82f5ac1b0356e))
25
+
* add source ID support to SDK options and evaluation requests ([#169](https://github.com/bucketeer-io/go-server-sdk/issues/169)) ([439c6da](https://github.com/bucketeer-io/go-server-sdk/commit/439c6da38f9e04b650cb89cb1cea69cac8f4828c))
26
+
* support detailed error reasons in client-side evaluation ([#174](https://github.com/bucketeer-io/go-server-sdk/issues/174)) ([7939bd8](https://github.com/bucketeer-io/go-server-sdk/commit/7939bd82f801bfdde0a74b0c257496ee23c1fd31))
27
+
28
+
29
+
### Bug Fixes
30
+
31
+
* remove unnecessary type arguments ([#163](https://github.com/bucketeer-io/go-server-sdk/issues/163)) ([11b5135](https://github.com/bucketeer-io/go-server-sdk/commit/11b51358c8d08af52a61b379049e0269d179278c))
32
+
* resolve missing dependencies in incremental feature flag evaluation ([#177](https://github.com/bucketeer-io/go-server-sdk/issues/177)) ([6c691c9](https://github.com/bucketeer-io/go-server-sdk/commit/6c691c9c6f53d11fd545a2ded6e8de2515089289))
33
+
34
+
35
+
### Miscellaneous
36
+
37
+
* deprecate host and port configs ([#162](https://github.com/bucketeer-io/go-server-sdk/issues/162)) ([6af938e](https://github.com/bucketeer-io/go-server-sdk/commit/6af938e0c5347b7d31e535bf75577df345f72db3))
38
+
* enhance SDK with versioning support in cache processors and requests ([#168](https://github.com/bucketeer-io/go-server-sdk/issues/168)) ([1fbdec5](https://github.com/bucketeer-io/go-server-sdk/commit/1fbdec50a4469a58c985dcea4bcf0ea6a226e753))
* fix data race when calling IsReady() ([#175](https://github.com/bucketeer-io/go-server-sdk/issues/175)) ([ea1d748](https://github.com/bucketeer-io/go-server-sdk/commit/ea1d748fddf8ecd37e1294c6b291c24067d41090))
41
+
* rename WithSDKVersion to WithWrapperSDKVersion for internal use indication ([#170](https://github.com/bucketeer-io/go-server-sdk/issues/170)) ([9f9a207](https://github.com/bucketeer-io/go-server-sdk/commit/9f9a2074ef4988d4c6b14f20bc964fcbe46587a0))
42
+
* validate the source ID when initializing the SDK ([#173](https://github.com/bucketeer-io/go-server-sdk/issues/173)) ([9e1d5ff](https://github.com/bucketeer-io/go-server-sdk/commit/9e1d5ff17a1d9283a9134de122b88a539789402b))
0 commit comments