You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ All notable changes to Audit.NET and its extensions will be documented in this f
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
6
+
## [14.6.6] - 2019-10-08
7
+
### Modified
8
+
- Audit.NET.Elasticsearch: Updating for Elasticsearch 7 support. NEST library updated to latest release 7.3.1. (#248).
9
+
6
10
## [14.6.5] - 2019-09-26
7
11
### Modified
8
12
- Audit.NET.MongoDB: Updating MongoDB.Driver library to latest release (2.9.1). This fixes problem when using mongo DB data provider in Net Core 3.0 (#246).
Copy file name to clipboardexpand all lines: src/Audit.NET.ElasticSearch/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ Mandatory:
52
52
53
53
Optional:
54
54
-**Index**: The Elasticsearch index name to use. Can be NULL to use the default index.
55
-
-**Type**: The type name to use. Note that types are going to be be removed in future Elasticsearch versions. Can be NULL to use the default type name.
56
55
-**Id**: The id to use for the given audit event. Can be NULL to use an auto-generated id.
0 commit comments