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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
6
6
7
+
## [4.3.0] (2020-11-13)
8
+
9
+
### Added
10
+
11
+
- Added rawQueryString as parsed param to http api wrapper
12
+
7
13
## [4.2.0] (2020-11-13)
8
14
9
15
### Added
@@ -323,6 +329,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
323
329
- Update older libraries
324
330
- Now publish from Git tags instead of master pushes
rawPath:string; // the endpoint path used to invoke this Lambda
736
736
path: { [name:string]:string }; // path params as key-value pairs
737
737
query: { [name:string]:string }; // query params as key-value pairs
738
+
rawQueryString:string// the raw query string from the request
738
739
headers: { [name:string]:string }; // headers as key-value pairs
739
740
testRequest:boolean; // indicates if this is a test request - looks for a header matching process.env.TEST_REQUEST_HEADER (dynamic from application) or 'Test-Request' (default)
0 commit comments