v5.34.8

webiny/webiny-jsv5.34.8Apr 3, 2023by adrians5j

AI Summary

This release primarily focuses on fixing file size handling in the API file manager and resolving JSON serialization issues by introducing a custom Long scalar for GraphQL.

Key Highlights

  • Fix file size serialization using Long type in api-file-manager
  • Add custom Long scalar to GraphQL handler to fix JSON serialization
  • Bug fixes for file manager payload queries

Full Release Notes

## [5.34.8](https://github.com/webiny/webiny-js/compare/v5.34.7...v5.34.8) (2023-04-03)


### Bug Fixes

* **api-file-manager:** use Long for file size ([5512019](https://github.com/webiny/webiny-js/commit/5512019d25e4f266bbb7d2f4244a969d25776efa))
* **api-file-manager:** use Long type in getPreSignedPostPayload query ([6e77eeb](https://github.com/webiny/webiny-js/commit/6e77eebaac687279fe82ea04f667b7e84214b96a))
* **handler-graphql:** add custom Long scalar to fix JSON serialization ([57c2777](https://github.com/webiny/webiny-js/commit/57c2777d018524d7f1695a8300fa8c87f637e7ab))