1
0

0.7.5.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. ==============
  2. salt-api 0.7.5
  3. ==============
  4. This release is a mostly a minor release to pave a better path for
  5. :program:`salt-ui` though there are some small feature additions and bugfixes.
  6. Changes
  7. =======
  8. * Convenience URLs ``/minions`` and ``/jobs`` have been added as well as a
  9. async client wrapper. This starts a job and immediately returns the job ID,
  10. allowing you to fetch the result of that job at a later time.
  11. * The return format will now default to JSON if no specific format is
  12. requested.
  13. * A new setting ``static`` has been added that will serve any static media from
  14. the directory specified. In addition if an :file:`index.html` file is found
  15. in that directory and the ``Accept`` header in the request prefer HTML that
  16. file will be served.
  17. * All HTML, including the login form, has been removed from :program:`salt-api`
  18. and moved into the :program:`salt-ui` project.
  19. * Sessions now live as long as the Salt token.
  20. Participation
  21. =============
  22. :program:`salt-api` is just getting off the ground so feedback, questions, and
  23. ideas are critical as we solidify how this project fits into the overall Salt
  24. infrastructure management stack. Please get involved by `filing issues`__ on
  25. GitHub, `discussing on the mailing list`__, and chatting in ``#salt-devel`` on
  26. Freenode.
  27. .. __: https://github.com/saltstack/salt-api/issues
  28. .. __: https://groups.google.com/forum/#!forum/salt-users