Closed ashwin1111 closed 5 months ago
The Sage Intacct SDK has been enhanced with new functionality to sort query results. This update includes parameters for ordering in the get_all_generator
method, allowing users to specify the field and order direction. Additionally, the version of the SDK has been incremented to reflect these new capabilities.
File | Change Summary |
---|---|
.../api_base.py |
Added order_by_field and order parameters to get_all_generator for result sorting. |
setup.py |
Updated version from 1.19.0 to 1.20.0 . |
🐇✨ In the code fields, where logic plays, A tiny update brightens the days. Sorting and ordering, neatly arrayed, Version steps up, progress displayed. Hop, hop, hooray, for the coder's way! 🎉 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@ashwin1111 I can use this functionality as well 😄
Summary by CodeRabbit
New Features
Chores