Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maze committed Apr 19, 2023
1 parent 28211e5 commit 284ebc8
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,93 @@
# v0.0.0 (Wed Apr 19 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Atte Huhtakangas ([@jazmon](https://github.com/jazmon))

:heart: null[@AnotherGitProfile](https://github.com/AnotherGitProfile)

:heart: Ryan Geyer ([@rgeyer](https://github.com/rgeyer))

:heart: Bogdan Matei ([@bfmatei](https://github.com/bfmatei))

#### 💥 Breaking Change

- feat(): release exporter for Apollo Server 3 ([@bfmatei](https://github.com/bfmatei))

#### 🚀 Enhancement

- feat: migrate to apollo v4 [#1](https://github.com/mazedesignhq/apollo-prometheus-exporter/pull/1) ([@AnotherGitProfile](https://github.com/AnotherGitProfile) [@jazmon](https://github.com/jazmon))
- feat(): implement skipMetrics ([@bfmatei](https://github.com/bfmatei))
- feat(): add support for customizable buckets for histograms ([@bfmatei](https://github.com/bfmatei))
- feat(): add support for node 12 ([@bfmatei](https://github.com/bfmatei))
- feat(): add compatibility with prom-client@13 ([@bfmatei](https://github.com/bfmatei))
- feat(): add apollo version to apollo_server_starting and apollo_server_closing ([@bfmatei](https://github.com/bfmatei))
- feat(): refactor the lib ([@bfmatei](https://github.com/bfmatei))
- feat(): initial release ([@bfmatei](https://github.com/bfmatei))

#### 🐛 Bug Fix

- chore: add .env file to gitignore [#3](https://github.com/mazedesignhq/apollo-prometheus-exporter/pull/3) ([@jazmon](https://github.com/jazmon))
- ci: configure auto [#2](https://github.com/mazedesignhq/apollo-prometheus-exporter/pull/2) ([@jazmon](https://github.com/jazmon))
- fix(lib): add support for prom-client 14 ([@bfmatei](https://github.com/bfmatei))
- fix(): release new version with updated mixin ([@bfmatei](https://github.com/bfmatei))
- fix(): enforce a new package publish ([@bfmatei](https://github.com/bfmatei))

#### ⚠️ Pushed to `main`

- chore: empty commit to trigger release ([@jazmon](https://github.com/jazmon))
- chore: create a namespaced npm package fork ([@jazmon](https://github.com/jazmon))
- chore(dashboard): update dashboard ([@rgeyer](https://github.com/rgeyer))
- chore(deps): update dependencies ([@bfmatei](https://github.com/bfmatei))
- Merge branch 'main' of github.com:bfmatei/apollo-prometheus-exporter ([@bfmatei](https://github.com/bfmatei))
- chore(docs): update readme.md ([@bfmatei](https://github.com/bfmatei))
- chore(): set semantic release to work on 1.x and main branches ([@bfmatei](https://github.com/bfmatei))
- chore(): prepare for splitting versioning ([@bfmatei](https://github.com/bfmatei))
- chore(): migrate to yarn ([@bfmatei](https://github.com/bfmatei))
- chore(): update to node 16 ([@bfmatei](https://github.com/bfmatei))
- chore(): rename master to main ([@bfmatei](https://github.com/bfmatei))
- chore(mixin): use rate interval variable in the dashboard ([@rgeyer](https://github.com/rgeyer))
- ci(): update actions ([@bfmatei](https://github.com/bfmatei))
- chore(): update dependencies ([@bfmatei](https://github.com/bfmatei))
- docs(mixin): remove rules mention ([@bfmatei](https://github.com/bfmatei))
- chore(mixin): remove prometheus rules ([@bfmatei](https://github.com/bfmatei))
- Merge branch 'master' of github.com:bfmatei/apollo-prometheus-exporter ([@bfmatei](https://github.com/bfmatei))
- chore(mixin): add annotations for node.js start and apollo server start ([@bfmatei](https://github.com/bfmatei))
- chore(): select correct versions for apdex score in dashboard ([@bfmatei](https://github.com/bfmatei))
- chore(): enhance grafana dashboard ([@bfmatei](https://github.com/bfmatei))
- chore(): add artillery to generate activity in example app ([@bfmatei](https://github.com/bfmatei))
- chore(): improve example async response generation ([@bfmatei](https://github.com/bfmatei))
- chore(): rename actions in intellij ([@bfmatei](https://github.com/bfmatei))
- chore(): improvements to example ([@bfmatei](https://github.com/bfmatei))
- chore(): rename command prettify to prettier ([@bfmatei](https://github.com/bfmatei))
- chore(): add lint-staged as npm command ([@bfmatei](https://github.com/bfmatei))
- style(): reformat prettier config file ([@bfmatei](https://github.com/bfmatei))
- chore(): improve mixin ([@bfmatei](https://github.com/bfmatei))
- ci(): improve security scan workflow ([@bfmatei](https://github.com/bfmatei))
- ci(): add security scan ([@bfmatei](https://github.com/bfmatei))
- chore(): fix mixin ([@bfmatei](https://github.com/bfmatei))
- docs(): add shields ([@bfmatei](https://github.com/bfmatei))
- chore(): move mixin to proper folder ([@bfmatei](https://github.com/bfmatei))
- ci(): remove changelog from github release ([@bfmatei](https://github.com/bfmatei))
- build(): copy assets during build process ([@bfmatei](https://github.com/bfmatei))
- build(): remove license and changelog from package ([@bfmatei](https://github.com/bfmatei))
- ci(): save tar archive ([@bfmatei](https://github.com/bfmatei))
- ci(): add cache for node modules ([@bfmatei](https://github.com/bfmatei))
- ci(): fix ci ([@bfmatei](https://github.com/bfmatei))
- ci(): improve ci process ([@bfmatei](https://github.com/bfmatei))
- chore(): initial commit ([@bfmatei](https://github.com/bfmatei))

#### Authors: 4

- [@AnotherGitProfile](https://github.com/AnotherGitProfile)
- Atte Huhtakangas ([@jazmon](https://github.com/jazmon))
- Bogdan Matei ([@bfmatei](https://github.com/bfmatei))
- Ryan Geyer ([@rgeyer](https://github.com/rgeyer))

---

## [2.1.1](https://github.com/bfmatei/apollo-prometheus-exporter/compare/v2.1.0...v2.1.1) (2021-10-22)


Expand Down

0 comments on commit 284ebc8

Please sign in to comment.