Skip to content

Merge main to preview #160

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

Merged
merged 51 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
e29c5e0
update ci
linglingye001 Oct 9, 2024
cca37e7
Merge pull request #105 from Azure/linglingye/updateCi
linglingye001 Oct 10, 2024
af0ccb3
Feature Flag Telemetry Support (#101)
zhiyuanliang-ms Oct 15, 2024
f7ea66c
Update to ETag (#110)
zhiyuanliang-ms Oct 17, 2024
8de2818
add AllocationId to telemetry metadata
zhiyuanliang-ms Oct 17, 2024
4df864b
fix lint
zhiyuanliang-ms Oct 17, 2024
638338a
update
zhiyuanliang-ms Oct 17, 2024
6df1970
add testcases
zhiyuanliang-ms Oct 18, 2024
233553f
sort json key
zhiyuanliang-ms Oct 24, 2024
6e7724c
fix lint
zhiyuanliang-ms Oct 24, 2024
0fe93b4
update
zhiyuanliang-ms Oct 28, 2024
6dad98d
update testcase
zhiyuanliang-ms Oct 29, 2024
6dae81a
New API to load from CDN endpoint (#106)
zhiyuanliang-ms Oct 31, 2024
7503688
export loadFromCdn (#118)
zhiyuanliang-ms Oct 31, 2024
197f4b8
resolve merge conflict
zhiyuanliang-ms Oct 31, 2024
b3b6b07
update
zhiyuanliang-ms Nov 1, 2024
16bf0c0
fix lint
zhiyuanliang-ms Nov 1, 2024
97d6d88
merge main to preview
zhiyuanliang-ms Nov 5, 2024
8a7cf70
Merge pull request #125 from Azure/zhiyuanliang/merge-main-to-preview
zhiyuanliang-ms Nov 5, 2024
68fba74
remove requestracingoptions (#127)
zhiyuanliang-ms Nov 5, 2024
5ac5294
Merge branch 'main' of https://github.com/Azure/AppConfiguration-Java…
zhiyuanliang-ms Nov 5, 2024
173e890
Merge pull request #129 from Azure/zhiyuanliang/merge-main-to-preview
zhiyuanliang-ms Nov 5, 2024
d573c31
Revert "New API to load from CDN endpoint (#106)"
zhiyuanliang-ms Nov 5, 2024
ae78584
Revert "export loadFromCdn (#118)"
zhiyuanliang-ms Nov 5, 2024
98f1a0a
Merge pull request #130 from Azure/zhiyuanliang/revert
zhiyuanliang-ms Nov 5, 2024
13e6ccc
merge preview
zhiyuanliang-ms Nov 5, 2024
214a1d9
revert change
zhiyuanliang-ms Nov 5, 2024
d110418
Merge pull request #111 from Azure/zhiyuanliang/allocation-id
zhiyuanliang-ms Nov 5, 2024
a251f82
version bump 2.0.0-preview.1 (#132)
zhiyuanliang-ms Nov 8, 2024
7db665f
Failover support (#98)
linglingye001 Nov 18, 2024
477f18d
add dns module to rollup whitelist (#134)
zhiyuanliang-ms Nov 18, 2024
2315e4c
Load balance support (#135)
linglingye001 Nov 27, 2024
11e505c
resolve merge conflict
zhiyuanliang-ms Dec 2, 2024
f30d237
Merge pull request #139 from Azure/zhiyuanliang/merge-main-to-preview
zhiyuanliang-ms Dec 2, 2024
9300106
add replica count tracing
zhiyuanliang-ms Dec 12, 2024
9a38443
fix bug
zhiyuanliang-ms Dec 13, 2024
ddf3d60
audit vulnerablitiy
zhiyuanliang-ms Dec 13, 2024
eced463
centralize timeout
zhiyuanliang-ms Dec 13, 2024
4d77f89
fix lint
zhiyuanliang-ms Dec 13, 2024
04f6d23
add testcase
zhiyuanliang-ms Dec 13, 2024
e036457
Merge pull request #141 from Azure/zhiyuanliang/replica-count-tracing
zhiyuanliang-ms Dec 13, 2024
b178046
resolve merge conflict
zhiyuanliang-ms Dec 18, 2024
9968fe8
Merge pull request #142 from Azure/merge-main-to-preview
zhiyuanliang-ms Dec 18, 2024
71aebab
Refresh key value collection based on page etag (#133)
zhiyuanliang-ms Dec 19, 2024
8600654
fix timeout (#144)
zhiyuanliang-ms Dec 19, 2024
f5d48b2
version bump 2.0.0-preview.2 (#146)
zhiyuanliang-ms Jan 7, 2025
a6cbfdf
Merge branch 'main' of https://github.com/Azure/AppConfiguration-Java…
zhiyuanliang-ms Jan 8, 2025
ed1d35e
Merge pull request #152 from Azure/merge-main-to-preview
zhiyuanliang-ms Jan 8, 2025
5956b72
load all feature flag with no label by default (#158)
zhiyuanliang-ms Feb 10, 2025
ca7c5bb
Add feature management package version tracing (#153)
zhiyuanliang-ms Feb 10, 2025
07026ac
unify code style (#159)
zhiyuanliang-ms Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: AppConfiguration-JavaScriptProvider CI

on:
push:
branches: [ "main" ]
branches: [ "main", "preview" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "preview" ]

jobs:
build:
Expand Down
16 changes: 14 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/app-configuration-provider",
"version": "1.1.3",
"version": "2.0.0-preview.2",
"description": "The JavaScript configuration provider for Azure App Configuration",
"main": "dist/index.js",
"module": "./dist-esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import dts from "rollup-plugin-dts";

export default [
{
external: ["@azure/app-configuration", "@azure/keyvault-secrets", "@azure/core-rest-pipeline"],
external: ["@azure/app-configuration", "@azure/keyvault-secrets", "@azure/core-rest-pipeline", "crypto", "dns/promises", "@microsoft/feature-management"],
input: "src/index.ts",
output: [
{
Expand Down
Loading
Loading