Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for v0.2.3 #49

Merged
merged 2 commits into from
Oct 4, 2024
Merged

Add release notes for v0.2.3 #49

merged 2 commits into from
Oct 4, 2024

Conversation

hovaesco
Copy link
Contributor

@hovaesco hovaesco commented Oct 3, 2024

Awesome set of features team!!

Copy link

github-actions bot commented Oct 3, 2024

🎊 PR Preview has been successfully built and deployed to https://localstack-snowflake-docs-preview-pr-49.surge.sh 🎊

Copy link
Member

@whummer whummer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome - impressive set of changes!! 🚀 💪

@@ -11,6 +11,7 @@ hide_readingtime: true

| Version | Changes |
|-----------|-----------------------------------------------------------------------------------------------------------------------|
| 0.2.3 | Add initial support for `OBJECT_KEYS`/`PARSE_IP`/`DESCRIBE FUNCTION` functions; add support for `DATE_TRUNC`/`NVL2`/`LEAST`/`GREATEST`/`COALESCE`/`SPLIT`/`FLOOR`/`DATE_FROM_PARTS`/`LAST_QUERY_ID`/`INITCAP`/`LEAD`/`LAG`/`DATEDIFF`/`TIMEDIFF`/`HASH`/`ANY_VALUE`/`CONTAINS`/`BETWEEN`/`MODE`/`AVG`/`CBRT`/`CEIL`/`ZEROIFNULL`/`ARRAY_UNIQUE_AGG`/`DEGREES`/`RADIANS`/`EXP`/`REPEAT`/`REVERSE`/`SQRT`/`ASCII`/`LOG`/`LN` function; enhance parity for creation/deletion of schemas with fully qualified names; enhance parity for inserting timestamps with subsecond precision; enhance parity for CTAS with nested subqueries; enhance parity for id placeholders in JDBC prepared statements; enhance parity for metadata queries and schema lookup with fully qualified table names; `MIN_BY`/`MAX_BY` aggregate functions adjustments; Properly extract db/schema parameters for JDBC connections; Implement trigonometric and hyperbolic functions; Add support for GET stage files |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed IS_NULL_VALUE missing from the list of supported functions as part of the new release. If you can please include it as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch @eruditmorina!!! 🙌

I missed that addition because I reviewed the commit history using git log v0.2.2..v0.2.3 --oneline, and the IS_NULL_VALUE was added in commit localstack/snowflake@80e9de2. The commit message, handle json null values query processor wasn’t very clear about the addition.

Just a small nitpick: the commit message could have been more descriptive in this case. We should keep in mind that release notes are often generated based on commit messages, which will be especially important once we introduce automated release notes https://www.notion.so/localstack/Snowflake-Task-Board-42b0c52fd81d4248bc4573e41b580d9c?p=113fc2a2343180ae9d5ce91f4af647ed&pm=s

@hovaesco hovaesco merged commit c94d940 into main Oct 4, 2024
2 checks passed
@hovaesco hovaesco deleted the hovaesco/release-notes branch October 4, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants