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

chore: merge private to public #105

Merged
merged 1,097 commits into from
Feb 24, 2024
Merged

Conversation

cwaldren-ld
Copy link
Contributor

No description provided.

eli-darkly and others added 30 commits December 17, 2020 18:56
update for go-jsonstream API changes and use latest package releases
bump go-sdk-common version to get user JSON parsing fix
…-chars

fail fast if SDK key has invalid characters, don't log the key
remove excessive logging in ldfilewatch, add log message for reloading file
bump go-server-sdk-evaluation to get semver parsing fix
…ta-logging

remove spurious logging of stream data
update to go-server-sdk-evaluation 1.1.2 for ch100737 fix
…#288)

* add unbounded segments interfaces, status provider, test suite

* lint

* add package comment

* better component organization

* rename cache time to poll interval, improve tests

* rename segment keys to segment refs in unbounded segments API

* fix naming some more
LaunchDarklyReleaseBot and others added 25 commits January 17, 2023 19:12
# Conflicts:
#	CHANGELOG.md
#	internal/datasource/requestor.go
#	internal/datasource/streaming_data_source.go
#	internal/version.go
#	testhelpers/storetest/big_segment_store_test_suite.go
#	testhelpers/storetest/big_segment_store_test_suite_test.go
… always-true conditional (#361)

The persistentDataStoreWrapper's Init method is concerned with initializing its underlying store and then setting up
the caching layer. 

The conditional check at the end of the function that guards setting the initialization status
is not necessary, because it's not possible to arrive at the check without either (no error) or (cache is infinite ttl) being true.
…test releases

* Update to real go-sdk-common v3.0.1 release

* Update go-sdk-events to v2.0.1 release

* Update go-server-sdk-evaluation to v2.0.2 release

The go-sdk-common patch fixes an umarshaling bug in easyJSON context deserializer.
* Add Payload Filter configuration option for streaming and polling data sources

Allows the SDK to specify a filter key, which causes a subset of data
to be sent over the streaming connection based on a filter configured
in LaunchDarkly.

* Update polling tests

* Update streaming tests

* Add capability 'filtering' to contract test service

* Add mock_polling_request.go to mocks package
A 413 is considered a locally unrecoverable error. It should not
prevent subsequent events from being sent. This was fixed upstream in
the events package, so we need only bump a version here.
Switches over from CircleCI to github actions.
@cwaldren-ld cwaldren-ld requested a review from a team February 23, 2024 23:56
Copy link

This pull request has been linked to Shortcut Story #234118: Switch to github actions.

@cwaldren-ld cwaldren-ld merged commit 064d0a9 into v6 Feb 24, 2024
11 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/sc-234118/merge-private-to-public-v6 branch February 24, 2024 00:11
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.

10 participants