sixpack v1.0.4 Release Notes

Release Date: 2013-09-12 // over 10 years ago
    • โฌ†๏ธ Bump version. [zackkitzmiller]
    • ๐Ÿ”€ Merge pull request #92 from seatgeek/fix-missing-setup. [Zack Kitzmiller]

    manifest: Fix missing setup.py

    • Manifest: Fix missing setup.py. [Philip Cristiano]

    The setup.py isn't in the package and wasn't being included

    • ๐Ÿ”€ Merge pull request #87 from dhrrgn/master. [Zack Kitzmiller]

    find_or_404 should only catch ValueError.

    • Find_or_404 should only catch ValueError. [Dan Horrigan]

    By catching all errors it makes it very hard to debug. For example, if the Redis service craps out in the middle of the request, a 404 will be returned instead of a 500, which means the exception will be silently ignored, and not being logged correctly.

    • ๐Ÿ”€ Merge pull request #85 from subosito/sixpack-go. [Zack Kitzmiller]

    Add Go client library

    • Typo. [Alif Rachmawadi]
    • โž• Add sixpack-go. [Alif Rachmawadi]
    • ๐Ÿ”€ Merge pull request #88 from dhrrgn/ascii-fix. [Zack Kitzmiller]

    Fixing the ASCII art. Very Important of course.

    • ๐Ÿ›  Fixing the ASCII art. Very Important of course. [Dan Horrigan]
    • ๐Ÿ”€ Merge pull request #86 from dhrrgn/master. [Eric Waller]

    Removing uneeded markdown() call.

    • Removing uneeded markdown() call. [Dan Horrigan]
    • ๐Ÿ”€ Merge pull request #84 from dhrrgn/master. [Zack Kitzmiller]

    Simplifying the debug check.

    • Simplifying the debug check. [Dan Horrigan]