Commit 88897ae
prepare 1.1.1 release (#10)
* fix history, merge in rough evaluation
* [ch88982] polling with bridge (#3)
* [ch89618] add basic CI to build bridge
* Increase testing and expand on handling of error cases. (#6)
* Event scaffolding, and basic operators / allFlags (#7)
* [ch88983] More event logic (#8)
* [ch88983] event summarization (#9)
* [ch88983] Add more complete event bundling (#10)
* [ch92034] more evaluation operator support (#12)
* [ch92034] Add semver operator support (#13)
* fix issues to pass wrapper
* [ch89623] API documention (#14)
* miscellaneous tiny tasks (#15)
* do not require key for config
* remove commented out try / catch blocks
* another location where LDConfig constructor needed to be updated
* Add a helper Makefile to assist dev cycle
* update Makefile to force push to Salesforce
* update LDClient to construct default LDConfig if config is null
* [ch94250] limit event queue (#16)
* Cleanup bridge implementation (#17)
* [ch94716] Use new SDK domain (#19)
* Remove RESTWrapper logic (#18)
* [ch94746] add constructor to LDClient that uses default LDConfig (#20)
* [ch94864] add user agent to bridge #21
* update semver to the format we have used before
* add minimal changelog
* add beta disclaimer
* correct title of Salesforce in README
* correct reference to incorrect SDK
* update changelog initial warning
* Adding the pull request template (#22)
* [ch98184] [ch98185] Add JWT auth, add scratch org CI, refactor (#23)
* [ch98838] bump http timeout to 30 seconds and make configurable #24
* [ch98980] releaser config for beta 2 (#25)
* Removed the guides link
* [ch99747] Add alias support (#26)
* [ch110766] Fix bucketBy behavior when attribute does not exist
* remove beta warning (#27)
* [ch108417] experimentation allocation (#29)
* Updates docs URLs
* Guard against invalid PEM decoding of OAUTH_JWT_KEY
The return value of pem.Decode must be checked, as it can be nil if decoding fails. This previously caused
a panic; now it should return an error.
* Clarify error messages related to private key decoding
* Add gitignore
* Rename master->main in PR template
* Bump circleci/salesforce-sfdx to 2.2.0
Co-authored-by: Harpo Roeder <hroeder@launchdarkly.com>
Co-authored-by: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com>
Co-authored-by: Ben Woskow <bwoskow@launchdarkly.com>
Co-authored-by: LaunchDarklyCI <dev@launchdarkly.com>
Co-authored-by: LaunchDarklyReleaseBot <launchdarklyreleasebot@launchdarkly.com>
Co-authored-by: Ember Stevens <ember.stevens@launchdarkly.com>
Co-authored-by: ember-stevens <79482775+ember-stevens@users.noreply.github.com>
Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com>1 parent a199fe9 commit 88897ae
6 files changed
Lines changed: 13 additions & 9 deletions
File tree
- .circleci
- .github
- bridge
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
107 | 111 | | |
108 | | - | |
109 | 112 | | |
110 | | - | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | | - | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
0 commit comments