Version released with GeneXus 18 U13 (more details at wiki.genexus.com/GeneXus18u13)
What's Changed
- Ensure unique filenames when downloading email attachments with duplicate names by @claudiamurialdo in #1106
- Enhance Error log to include exception message on the same line. by @claudiamurialdo in #1063
- FixAndEnsureUniqueFileName must return a relative file name by @claudiamurialdo in #1107
- Check for in-use resource when working with GXFile by @tomas-sexenian in #1103
- Implement missing ReverseGeocode and GeocodeAddress methods for .NET by @claudiamurialdo in #1109
- The formatlink function was not applying the correct rewrite pattern by @claudiamurialdo in #1115
- Handle cases for events without user code in web objects by @claudiamurialdo in #1051
- Add object Properties for remote API Call error, and response status by @AlejandroP in #909
- Restore previous behavior in GxFile.Open method by @claudiamurialdo in #1124
- Fix Azure functions of Queue and Service Bus Trigger by @sjuarezgx in #1123
- Relocate Kafka external object implementation to this repository by @claudiamurialdo in #1129
- Add IsPackable false to Kafka Tests. by @claudiamurialdo in #1131
- Method not allowed Fixed by @AlejandroP in #1127
- Conditionally disable tests that require Windows by @claudiamurialdo in #1130
- Add CToH2 function to convert JSON time strings to DateTime by @claudiamurialdo in #1126
- Ensure batch context is used only for batch processes by @claudiamurialdo in #1120
- Allow reading numeric values in the JSON body for string properties by @claudiamurialdo in #1112
- DateTime deserialization in REST ignored the client’s timezone by @claudiamurialdo in #1118
- Prevent NullReferenceException when validating key by @claudiamurialdo in #1125
- Refactor Azure Functions to use declarative REST services instead of manual routing by @sjuarezgx in #1099
- Add header methods in REST API classes. by @AlejandroP in #1101
- Add defensive check in geospatial constructor by @claudiamurialdo in #1133
- Enable directory browsing for trace.axd only in development environment by @claudiamurialdo in #1128
- Allow REST declarative services to accept empty request bodies by @claudiamurialdo in #1134
- Fixes to Azure Serverless deployment by @sjuarezgx in #1135
Full Changelog: v1.33.2...v1.34.10