Skip to content

Commit

Permalink
Merge pull request #8 from elastic/changelog-update-v0.9.1
Browse files Browse the repository at this point in the history
Changelog update - `v0.9.1`
  • Loading branch information
breskeby committed May 17, 2022
2 parents de72a18 + 8b71af5 commit 976c245
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# Idea Indexing Metrics Collector Changelog

## [Unreleased]
# Idea Indexing Metrics Collector Changelog

## [Unreleased]

## [0.9.1]
### Added
- [Check connection details in preference page](https://github.com/elastic/idea-indexing-metrics-collector/issues/5)
- [Option to allow plain http to connect to elasticsearch](https://github.com/breskeby/indexing-stats-collector/issues/12)

## [0.9.0]
### Added
- [Option to allow plain http to connect to elasticsearch](https://github.com/breskeby/indexing-stats-collector/issues/12)

## [0.9.0]
### Added
- Initial Release under elastic
- Rebranded from initial spike
- Allow all authentication options
Expand All @@ -17,8 +19,8 @@
- [Make elasticsearch index configurable](https://github.com/breskeby/indexing-stats-collector/issues/5)
- Add runtime data

### Changed

### Changed
- Renamed default index name to `idea-metrics-indexing`
- Improve elasticsearch connection error handling
- Do not use JDK 8 specific classes in user data anymizer

- Do not use JDK 8 specific classes in user data anymizer
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = co.elastic.idea
pluginName = indexing-metrics-collector

#SemVer format -> https://semver.org
pluginVersion = 0.9.1
pluginVersion = 0.9.2

#See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
#for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 976c245

Please sign in to comment.