Skip to content

🚀 API Maker : Release Notes for v1.8.0

⭐ October 2024 ⭐

Changes

  • [Feature] : Hooks for Instance & Database & Collection level
  • [Feature] : These new hooks should be visible for code finder
  • [Feature] : Git push & pull should work for these new hooks
  • [Feature] : Adjust testing environment for these new hooks
  • [Feature] : Add support for isApiRequestFromUser in g.req. which can used to take decision in hooks. It will be true for API call from user and false when it is called from custom APIs
  • [Feature] : Implement native process logs feature and add icon on dashboard.
  • [Feature] : Common CSS and Specific page css for UI Maker pages.
  • [Feature] : Generate schema less APIs for SQL based databases like MySQL. Now 30 APIs will be generated for one table. 15 schema less APIs and 15 schema APIs.
  • [Improvement] : Show instance hooks in grid.
  • [Improvement] : Show database hooks in grid.
  • [Improvement] : Show collection hooks in grid.
  • [Improvement] : Show API hooks in grid.
  • [Fix] : Skip hook flag is not working for stream APIs from custom API.
  • [Fix] : Diagram loading issue fixed when instance does not exist in our system.