Vault v0.3.1 Release Notes

Release Date: 2015-10-06 // over 8 years ago
  • ๐Ÿ”’ SECURITY:

    • core: In certain failure scenarios, the full values of requests and responses would be logged [GH-665]

    ๐Ÿ”‹ FEATURES:

    • Settable Maximum Open Connections: The mysql and postgresql backends now allow setting the number of maximum open connections to the database, which was previously capped to 2. [GH-661]
    • Renewable Tokens for GitHub: The github backend now supports specifying a TTL, enabling renewable tokens. [GH-664]

    ๐Ÿ› BUG FIXES:

    • dist: linux-amd64 distribution was dynamically linked [GH-656]
    • credential/github: Fix acceptance tests [GH-651]

    MISC:

    • Various minor documentation fixes and improvements [GH-649] [GH-650] [GH-654] [GH-663]