Releases: braze-inc/growth-shares-lambda-user-csv-import
Releases · braze-inc/growth-shares-lambda-user-csv-import
v0.2.5
What's Changed
- "Removed lower() from stripped variable and applied to tests of null, true, false. This will preserve the case in an array" by @pcapazzi in #13
- change Python runtime to 3.12 in template.yaml by @sarum-berlin in #14
New Contributors
- @pcapazzi made their first contribution in #13
- @sarum-berlin made their first contribution in #14
Full Changelog: v0.2.4...v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.5
v0.1.4
This version consolidates the minor patches and brings new retry logic.
What's Changed
- New retry logic that catches all requests exceptions and handles each thread independently
- Return success in case of an empty CSV file with headers only
- Omit users that have a row with an external ID given but no values for any of the attributes
v0.1.3
What's Changed
Breaking
- Empty attribute values will be ignored instead of setting the value of the attribute to an empty string which will provide the ability to only send in updated values for the attributes
Features
- Support for unsetting the attributes with a new reserved keyword
null