2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0 .0/ ) ,
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1 .0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ## [ 3.6.0] - 2024-01-16
11
+
12
+ ### Added
13
+
14
+ - Vault encrypt structured support.
8
15
9
16
## [ 3.5.0] - 2023-12-18
10
17
11
- # Added
18
+ ### Added
12
19
13
20
- File Intel /v2/reputation support
14
21
- IP Intel /v2/reputation, /v2/domain, /v2/proxy, v2/vpn and /v2/geolocate support
@@ -19,22 +26,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
26
20
27
## [ 3.4.0] - 2023-12-07
21
28
22
- # Changed
29
+ ### Changed
23
30
24
31
- 202 result format
25
32
26
- # Removed
33
+ ### Removed
27
34
28
35
- accepted_status in 202 result
29
36
30
- # Added
37
+ ### Added
31
38
32
39
- put_url, post_url, post_form_data fields in 202 result
33
40
34
41
35
42
## [ 3.3.0] - 2023-11-28
36
43
37
- # Added
44
+ ### Added
38
45
39
46
- Authn unlock user support
40
47
- Redact multiconfig support
@@ -43,103 +50,103 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
50
44
51
## [ 3.2.0] - 2023-11-15
45
52
46
- # Added
53
+ ### Added
47
54
48
55
- Support for audit /v2/log and /v2/log_async endpoints
49
56
50
57
51
58
## [ 3.1.0] - 2023-11-09
52
59
53
- # Added
60
+ ### Added
54
61
55
62
- Presigned URL upload support on FileScan service
56
63
- Folder settings support in Vault service
57
64
58
65
## [ 3.0.0] - 2023-10-23
59
66
60
- # Added
67
+ ### Added
61
68
62
- - AuthN v2 support
69
+ - AuthN v2 support
63
70
64
- # Removed
71
+ ### Removed
65
72
66
73
- AuthN v1 support
67
74
68
75
69
76
## [ 2.3.0] - 2023-09-26
70
77
71
- # Added
78
+ ### Added
72
79
73
80
- FileScan Reversinglabs provider example
74
81
- Domain WhoIs endpoint support
75
82
- AuthN Filters support
76
83
77
- # Changed
84
+ ### Changed
78
85
79
86
- Deprecated config_id in PangeaConfig. Now is set in service initialization.
80
87
81
- # Fixed
88
+ ### Fixed
82
89
83
90
- HashType supported in File Intel
84
91
85
92
## [ 2.2.0] - 2023-09-05
86
93
87
- # Added
94
+ ### Added
88
95
89
- - Redact rulesets field support
96
+ - Redact rulesets field support
90
97
- FileScan service support
91
98
92
99
93
100
## [ 2.1.0] - 2023-07-14
94
101
95
- # Added
102
+ ### Added
96
103
97
104
- Vault /folder/create endpoint support
98
105
99
106
100
107
## [ 2.0.0] - 2023-07-06
101
108
102
- # Added
109
+ ### Added
103
110
104
111
- Logger support on each service
105
112
- Service methods to fetch async request's results
106
113
107
- # Changed
114
+ ### Changed
108
115
109
116
- Audit service now allow user to setup CustomEvent format
110
117
- Audit.Log() now receive a IEvent interface instead of Event to log
111
118
- Make service structs private to force using its interface
112
119
- Rename Request/Result structs to user Request/Result postfix instead of Input/Output
113
- - Update multiple fields to not be pointers unnecesarily
120
+ - Update multiple fields to not be pointers unnecessarily
114
121
- Vault field RotationState is now a ItemVersionState
115
122
116
- # Deleted
123
+ ### Removed
117
124
118
125
- All Intel deprecated methods
119
126
120
127
121
128
## [ 1.10.0] - 2023-06-26
122
129
123
- # Added
130
+ ### Added
124
131
- Multiconfig support
125
132
- Instructions to setup token and domain in examples
126
133
127
134
128
135
## [ 1.9.1] - 2023-06-09
129
- # Added
136
+ ### Added
130
137
131
138
- Defang examples
132
139
- Intel User breached password full example
133
140
- Intel IP /domain, /vpn and /proxy examples
134
141
135
- # Changed
142
+ ### Changed
136
143
137
144
- UserBreachedPasswordResult now has maps instead of just interface
138
145
139
146
140
147
## [ 1.9.0] - 2023-05-25
141
148
142
- # Added
149
+ ### Added
143
150
144
151
- New algorithm support in Vault Service
145
152
- Algorithm field support in Audit Service
@@ -257,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257
264
- Redact client
258
265
259
266
260
- [ unreleased ] : https://github.com/pangeacyber/pangea-go/compare/pangea-sdk/v3.5.0...main
267
+ [ unreleased ] : https://github.com/pangeacyber/pangea-go/compare/pangea-sdk/v3.6.0...main
268
+ [ 3.6.0 ] : https://github.com/pangeacyber/pangea-go/compare/pangea-sdk/v3.5.0...v3.6.0
261
269
[ 3.5.0 ] : https://github.com/pangeacyber/pangea-go/compare/pangea-sdk/v3.4.0...v3.5.0
262
270
[ 3.4.0 ] : https://github.com/pangeacyber/pangea-go/compare/pangea-sdk/v3.3.0...v3.4.0
263
271
[ 3.3.0 ] : https://github.com/pangeacyber/pangea-go/compare/pangea-sdk/v3.2.0...v3.3.0
0 commit comments