Releases: SumoLogic/sumologic-azure-function
Releases · SumoLogic/sumologic-azure-function
Release list
v4.1.9
Commits
- 616dd4e: Security Fixes: resolved CVE alerts in package dependencies (Shaurya Sethi) #171
- e4a916c: Fix AppendBlobTaskProducer TableNotFound error on initial timer fire (Shaurya Sethi) #171
- 138e1db: Add SCM_COMMAND_IDLE_TIMEOUT=600 to all ARM templates (Shaurya Sethi) #171
- 572834f: Handle sourcecontrols/web async deployment in BlockBlobReader test (Shaurya Sethi) #171
- fbe4b32: Use fixed storage resource groups for integration tests (Shaurya Sethi) #171
- cd93766: Allow flexible resource count in integration tests (Shaurya Sethi) #171
- d3d903d: Rename test storage RGs and update README with integration test docs (Shaurya Sethi) #171
v4.1.8
Bug Fixes
Commits
- 32db85f: Bump requests from 2.32.2 to 2.32.4 in /EventHubs/tests (dependabot[bot]) #128
- f2c6ec5: Update readme to declare azure metric collection through event hub as depreceated and suggest to use azure metric source instead (sumoanema) #129
- 68fc9e8: changes for fixing vulnerabilities reported by dependabot (sumoanema) #145
- 6758904: fix | dependency update (Md Azhar) #159
- 4b691d2: fixing eslint check runs errors (Md Azhar) #159
- 5532e29: read me update for block blob integration test (Md Azhar) #159
- a92ca0a: Revert "fixing eslint check runs errors" (Md Azhar) #159
- 97c9951: Revert "fix(security): remediate fast-xml-parser and requests alerts" (Md Azhar) #160
- ba48ed9: fixing node version and security alerts (Md Azhar) #160
- af522b9: reverting vhanges for eventhub as its deprecated (Md Azhar) #160
v4.1.7
Commits
v4.1.6
What's New
- Upgraded NodeJS version to 20.
- Added tests for ESLint
- Updated test to run with new nodejs version
Commits
- 2b0eb59: SUMO-256677: upgraded node version to node20 (Himanshu Pal) #124
- 6fea7f5: SUMO-256677: updated test to run with node 20 (Himanshu Pal) #124
- 9fd40a3: SUMO-256677: added eslint test (Himanshu Pal) #124
- 4a468ab: added eslint configuration file and modified eslint test (Himanshu Pal) #124
- bfc9574: fixed code scanning alerts (Himanshu Pal) #124
- 84d0694: fixing eslint test (Himanshu Pal) #124
v4.1.5
What's New
- Added support for Virtual Network Flow Logs Collection in Block Blobs Reader Solution.
- Updated tests to incorporate fixtures for Virtual Network Flow Logs.
Commits
v4.1.4
What's new
- CodeQL and Security fixes
- Test updates for json log type
- Bug fixes (undefined rowKey, metadata length limit extended to 1024)
Commits
- 2dffce2: updated dependencies (Himanshu Pal) #121
- 59da290: updated readme,tests,fixed regex security issue (Himanshu Pal) #121
- 80a6993: added test dependency (Himanshu Pal) #121
- 1187447: updated readme (Himanshu Pal) #121
- 424323f: disable storage account related tests (Himanshu Pal) #121
- 54ebf2c: limit raised to 1024 for all metadata fields (Himanshu Pal) #121
- b394bb3: app service plan zone redundant check skipped (Himanshu Pal) #121
- 3fefd1c: skipping health,redundance,network access checks (Himanshu Pal) #121
- 91cb034: adding decoded file size, removed newline from file (Himanshu Pal) #122
- 640ab36: fixed undefined rowKey error (Himanshu Pal) #122
- 64bab20: updated zip file paths (Himanshu Pal) #122
- dd9fe99: updated tag (Himanshu Pal) #122
v4.1.3
v4.1.2
v4.1.1
What's New
Updated NSG Flow logs collection to handle log truncation or overwritten scenario caused by following 3 ways: Host
Fault, VM Redeploy to a new Host , and re-use of MAC addresses.
Full Changelog
SumoLogic/sumologic-lambda-extensions@v4.1.0...v4.1.1
Commits
v4.1.0
What's New
Updates to Append Blob Reader (beta to GA) docs
- Updated Append Blob Reader with Azure Function Runtime from 1.x to 4.x
- Function app node version has been updated to node v18
- We updated all the primary and secondary resources of the ARM template with new api versions that are compatible with the template pipeline
- Added automatic creation of FileOffsetMap table
Updates to Block Blob Reader docs
- Updated blobreaderzipdeploy.json for deploying using zip files.
- Fixed bug by converting type of offset attribute to int64 in FileOffsetMap Table
- Added automatic creation of FileOffsetMap table
- Fixed bug with long blob file name
- Dependency upgrades (azure-identity ^4.2.1)
- Fixed bug in deployment with same storage account again.
- Added filters for unknown file extensions and blob type.
- Fixed memory issue by changing worker bitness to 64 bit.
- Addition of default _sourceHost and _sourceName metadata