Releases: open-telemetry/opentelemetry-demo
Releases · open-telemetry/opentelemetry-demo
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
v0.1.0
Initial Alpha Release
Need to kick off a release to get builds working.