Releases: open-telemetry/opentelemetry-demo
Releases · open-telemetry/opentelemetry-demo
v0.6.1-beta
What's Changed
- set IMAGE_VERSION to v0.6.0-beta by @puckpuck in #441
- add language reference table + nits by @cartersocha in #449
- Update cartservice Dockerfile to support ARM64 by @chancez in #439
- Automate release tag update in .env file. by @austinlparker in #454
- Add resource leak hero scenario. by @austinlparker in #455
- set memory limits for all services by @puckpuck in #460
- [currency] - remove baggage processing by @puckpuck in #461
- Update docker deployment description by @mviitane in #484
- Remove unimplemented feature flag: shippingFailure by @mviitane in #483
- added more demo screenshots by @saurabhdes in #456
- Update cartservice docs by @cijothomas in #485
- remove docfx by @cartersocha in #487
- Images support multi arch by @JaredTan95 in #488
- Fix Release Automation by @austinlparker in #491
- Update release.yml by @austinlparker in #492
- Update release.yml by @austinlparker in #493
- CarService - refactor to modern template by @cijothomas in #489
- Revert envfile updates by @austinlparker in #494
- Update .env for 0.6.1 release by @austinlparker in #496
- Revert "Images support multi arch" by @austinlparker in #502
New Contributors
Full Changelog: v0.6.0-beta...v0.6.1-beta
v0.6.0-beta
What's Changed
- update image version to v0.5.0-alpha by @puckpuck in #400
- shippingservice docs by @GaryPWhite in #399
- [cart] document instrumentation by @puckpuck in #390
- Exit featureflagservice startup script if migrations fail by @joshleecreates in #402
- update go version by @cartersocha in #409
- nit in changelog by @cartersocha in #410
- Doc/improve mermaid chart by @julianocosta89 in #404
- Update project images by @julianocosta89 in #405
- [checkoutservice] add basic metric support by @fatsheep9146 in #339
- updated metric docs and changelog by @cartersocha in #412
- 🐛 Fixing tests configuration by @xoscar in #306
- Update vendor demo links by @ptahdunbar in #414
- [checkoutservice] fix doc for checkoutservice by @fatsheep9146 in #415
- Fix recommendation logic not to recommend the selected product by @mviitane in #417
- minor updates to CONTRIBUTING.md by @saurabhdes in #419
- Fix metric feature table for the Checkout service (partial rollback) by @mviitane in #420
- [featureflag] document instrumentation by @julianocosta89 in #418
- [docs] fix filename by @puckpuck in #421
- Adding basic metrics support for recommendation service (Python) by @mviitane in #416
- [jaeger] limit memory usage by @puckpuck in #425
- [loadgenerator] fix memory leak by @puckpuck in #426
- Add Dynatrace to the list of demos featuring Online Boutique by @mviitane in #428
- nit updates by @cartersocha in #427
- [ad] document instrumentation by @puckpuck in #422
- update service page to point to our docs by @cartersocha in #430
- [collector] replace Jaeger to OTLP exporter by @julianocosta89 in #435
- [frontend] fix local development instructions and dependencies by @julianocosta89 in #434
- Add docs index by @austinlparker in #438
- finish removing docfx check by @puckpuck in #440
- [loadgenerator] document instrumentation by @puckpuck in #442
- [featureflag] otel exporter dependency first by @puckpuck in #445
- update javascript dependencies (frontend / payment) by @puckpuck in #443
- [frontend] document instrumentation by @puckpuck in #444
- Integrate with existing metrics code by @avillela in #432
- [frontend] - sort currency list by @puckpuck in #448
- Add documentation for creating a fork by @joshleecreates in #447
New Contributors
- @ptahdunbar made their first contribution in #414
- @avillela made their first contribution in #432
Full Changelog: v0.5.0-alpha...v0.6.0-beta
v0.5.0
What's Changed
- Add traffic to adservice & recommendataion service by @dineshg13 in #368
- fixed quoteservice build from cache by @saurabhdes in #369
- nit update trace features product catalog by @cartersocha in #373
- Add php mermaid by @julianocosta89 in #374
- Revert "Add traffic to adservice & recommendataion service" by @austinlparker in #375
- add updated versions, async call to quoteservice by @GaryPWhite in #370
- Custom attributes and spans for FeatureFlag service by @joshleecreates in #371
- add db and username to pg_isready by @austinlparker in #378
- bumping protobuf extension by @brettmc in #380
- Add traffic to adservice & recommendataion service by @dineshg13 in #379
- [checkout] document instrumentation by @puckpuck in #366
- [cartservice] GetCart should be async? by @cartermp in #372
- remove docfx check by @puckpuck in #385
- [productcatalog] document instrumentation by @puckpuck in #384
- [recommendation] document instrumentation by @puckpuck in #386
- [payment] document instrumentation by @puckpuck in #387
- [email] document instrumentation by @puckpuck in #388
- [checkout] fix instrumentation docs by @puckpuck in #391
- feat(docker-compose): add temporality preference environment variable by @pichlermarc in #389
- add quoteservice docs by @julianocosta89 in #392
- Add runtime metrics to cartservice by @cijothomas in #393
- [Cart] Added instrumentation for Asp.Net Core (http server) by @cijothomas in #394
New Contributors
- @saurabhdes made their first contribution in #369
- @joshleecreates made their first contribution in #371
- @brettmc made their first contribution in #380
- @pichlermarc made their first contribution in #389
Full Changelog: v0.4.0-alpha...v0.5.0-alpha
v0.4.0
What's Changed
- description updates on manual span attributes by @puckpuck in #337
- Add jaeger as datasource to Grafana by @cedricziel in #319
- [productcatalog] span attributes update by @puckpuck in #336
- Add logo and favicon by @julianocosta89 in #340
- [checkout] span attributes update by @puckpuck in #333
- [email] span attributes update by @puckpuck in #334
- [payment] span attributes update by @puckpuck in #335
- [cart] span attributes update by @puckpuck in #338
- [email] remove email body from log by @puckpuck in #341
- use ENTRYPOINT instead of CMD in Dockerfile by @puckpuck in #342
- [loadgen] - add baggage by @puckpuck in #331
- [frontend] - add span links on synthetic requests by @puckpuck in #332
- [shippingservice] - Add events by @julianocosta89 in #344
- cache_to inline and cache_from by @GaryPWhite in #304
- update traces doc based on sig meeting by @cartersocha in #347
- hotfix to comment out caching for now by @cartersocha in #350
- Update README to mention that the emailservice is HTTP by @ahayworth in #351
- Update trace_service_features.md by @mic-max in #352
- Add New Relic to list of demos by @reese-lee in #356
- Update node deps and use getActiveSpan by @cartermp in #353
- Fix typo in the products list by @ThomsonTan in #357
- Fix gradlew to LF line-endings by @mic-max in #363
- Reduce initial run time by @puckpuck in #362
- Add PHP quote service by @julianocosta89 in #345
New Contributors
- @reese-lee made their first contribution in #356
- @cartermp made their first contribution in #353
- @ThomsonTan made their first contribution in #357
Full Changelog: v0.3.4-alpha...v0.4.0-alpha
v0.3.4
What's Changed
Full Changelog: v0.3.3-alpha...v0.3.4-alpha
v0.3.3
What's Changed
Full Changelog: v0.3.2-alpha...v0.3.3-alpha
v0.3.2
What's Changed
Full Changelog: v0.3.1.1-alpha...v0.3.2-alpha
v0.3.1.1-alpha (released as v0.3.1-alpha)
What's Changed
- Update Image version to fix docker image tag by @dineshg13 in #322
Full Changelog: v0.3.0-alpha...v0.3.1.1-alpha
v0.3.0
What's Changed
- Add list of all manual attributes by @julianocosta89 in #182
- [cartservice] Add manual instrumentation by @julianocosta89 in #183
- a small enhancement for frontend by @fatsheep9146 in #190
- Payment service simplification refactor by @mic-max in #169
- Currency Service using C++ by @DebajitDas in #189
- Updating current architecture by @cartersocha in #202
- Table update to main readme and changelog by @cartersocha in #203
- featureflagservice: use ipv4 address for http endpoint by @tsloughter in #204
- Add container_name s to compose file by @mic-max in #200
- Shippingservice rust by @GaryPWhite in #179
- improve contributing md information by @cartersocha in #207
- update currency service docker file by @cartersocha in #211
- Add commands to install dependencies for arm64 by @ymtdzzz in #214
- [checkout] - add manual tracing instrumentation by @puckpuck in #164
- centralize a tracing doc by @cartersocha in #218
- update tracing language by @cartersocha in #221
- add ziqi zhao as an approver by @cartersocha in #219
- [paymentservice] Add missing dependencies by @julianocosta89 in #217
- clean up changelog, metric docs by @cartersocha in #224
- remove broken webstore links by @cartersocha in #225
- add a couple badges to readme by @cartersocha in #227
- Bug fix for sending metrics from frontend by @dineshg13 in #215
- Add End-to-end testing (payment service) by @mic-max in #196
- [paymentservice] Fix transactionId in JSON response by @mic-max in #230
- Update OTel collector to 0.56.0 by @cedricziel in #234
- Recommendation service e2e testing by @mic-max in #198
- Limit size of accumulating logs sensibly by @cedricziel in #238
- New badges by @cartersocha in #240
- going language first for docs by @cartersocha in #241
- Set OTEL_EXPORTER_OTLP_METRICS_ENDPOINT needed for Java agent by @dineshg13 in #237
- featureflagservice: add src dir to docker image when building by @tsloughter in #247
- support override java agent jar. by @JaredTan95 in #244
- [collector] - allow for an extras configuration by @puckpuck in #246
- Add e2e tests to remaining services by @mic-max in #242
- Use service environment vars, not setting new vars by @mic-max in #248
- Pulling java agent from the Java instrumentation releases instead. by @JaredTan95 in #253
- featureflagservice: expose grpc service on port FEATURE_FLAG_GRPC_SERVICE_PORT by @tsloughter in #250
- emailservice: remove explicit
PORT
env variable by @ahayworth in #254 - add helm chart to main readme by @cartersocha in #255
- add advance conf for otel-collector by @Frapschen in #212
- clean up environment variables by @puckpuck in #258
- update trace feature coverage to a table by @puckpuck in #262
- update metric feature coverage to a table by @puckpuck in #264
- [currency] - add span attributes by @puckpuck in #265
- Service table and graph cleanup by @puckpuck in #266
- Table update nits by @cartersocha in #269
- update erlang table entry by @cartersocha in #270
- [shipping] - add span attributes by @puckpuck in #260
- [currencyservice] - use environment variables to configure tracer by @puckpuck in #259
- [featureflag] - exclude erlang/elixir build artifacts in makefile by @puckpuck in #276
- 39 Moving the Front end application from Go to Next.js by @xoscar in #236
- [featureflag] - set UI port to 8081 by @puckpuck in #273
- [featureflag] - remove hardcoded otlp endpoint by @puckpuck in #275
- restrict network ports by @puckpuck in #272
- add photo to readme by @cartersocha in #289
- Docs - Table layout for manual span attributes by @puckpuck in #277
- Fix processid(pid) for currencyservice by @lalitb in #292
- removed the file by @cartersocha in #297
- fix frontend language in service table by @fatsheep9146 in #295
- [featureflag] - use full demo protos by @puckpuck in #271
- remove windows java guidance by @GaryPWhite in #302
- 🧪 [Frontend] 284 adding cypress e2e tests by @xoscar in #298
- [loadgenerator] - rewrite for new frontend and feature flags by @puckpuck in #290
- 🐛 [CurrencyService] Fixing the currency service port by @xoscar in #303
- Added support for baggage read and Set as attributes, added sdk builders and Semantic changes by @DebajitDas in #281
- fix diagram: services speak to featureflag server not its ui by @tsloughter in #307
- Delete client programs by @mic-max in #308
- [productcatalog] - generate error on feature flag by @puckpuck in #245
- Diagram: updating frontend language to JavaScript by @mviitane in #312
- 👀 [Frontend] 282 adding initial instrumentation setup by @xoscar in #293
- Readme update by @cartersocha in #311
- featureflagservice: add healthcheck to postgres dependency by @tsloughter in #315
- [loadgen] - expose loadgen with env vars by @puckpuck in #316
- Upgrade Grafana to 9.1.0 by @cedricziel in #318
- ProductCatalogService Cleanup by @mic-max in #317
- add feature flags on start by @puckpuck in #314
- 🔭 [Frontend/ProductCatalogService] Updated Product Catalog Service Data to Match Astronomy Store by @xoscar in #285
- Update readme service graph for Feature Flag Service by @puckpuck in #321
New Contributors
- @DebajitDas made their first contribution in #189
- @GaryPWhite made their first contribution in #179
- @ymtdzzz made their first contribution in #214
- @dineshg13 made their first co...
v0.2.0
What's Changed
- add metric links to frontend readme by @cartersocha in #141
- Add Honeycomb fork by @cartersocha in #144
- add depends_on to almost components by @Frapschen in #138
- [frontend] - remove erroneous parentheses in readme by @puckpuck in #146
- fix broken cartservice by @puckpuck in #145
- update feature table for checkout service by @cartersocha in #147
- add featureflag service (Erlang/Elixir) by @tsloughter in #142
- [docs] move Requirements to docs/requirements by @wph95 in #154
- removed capitalized name for broken link checker by @cartersocha in #155
- enhance productcatalogservice tracing support: add attributes to existing spans by @fatsheep9146 in #143
- add feature set to product catalog by @cartersocha in #159
- normalize featuregateservice image url by @fatsheep9146 in #161
- add prometheus service into docker compose and add a basic metric to frontend by @fatsheep9146 in #160
- [payment] - add manual instrumentation by @puckpuck in #157
- update emoji / add payment feature table by @cartersocha in #165
- quick fix to docs for extra emoji by @cartersocha in #166
- Add manual instrumentation to emailservice by @julianocosta89 in #158
- add ruby updated info for email service by @cartersocha in #168
- Update README section with the local endpoints by @dmitryax in #171
- loadgenerator service fix bug related to protobuf by @mic-max in #173
- Fixing an emailservice build problem. by @mviitane in #172
- Clean up FeatureFlagService by @maciej-szlosarczyk in #167
- webstore demo metric enhancement by @fatsheep9146 in #175
- [adservice] - add manual tracing instrumentation by @puckpuck in #150
- Remove BEAM telemetry module by @maciej-szlosarczyk in #180
- [recommendation] - add manual tracing instrumentation by @puckpuck in #163
- add some descriptions for metric feature by @fatsheep9146 in #185
- push image to dockerhub by @wph95 in #184
New Contributors
- @Frapschen made their first contribution in #138
- @dmitryax made their first contribution in #171
- @mviitane made their first contribution in #172
- @maciej-szlosarczyk made their first contribution in #167
Full Changelog: v0.1.0-alpha...v0.2.0-alpha