Skip to content

v1.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 10 Oct 07:26
· 8047 commits to master since this release

Changelog

🚨 This was a buggy release, please avoid running this release 🚨

EDIT: Oct 10, 2019 - 21:05 GMT+05:30: We have taken down the image from Docker hub following a couple of bug reports. latest tags now points to beta.6. If you have already upgraded to beta.7, you can downgrade to beta.6 after running the following SQL: https://gist.github.com/0x777/4e608a975ed4efeef6ac94ea329a4e80
EDIT: Oct 10 2019 - 15:30 GMT+05:30: We have identified a potential issue with this release. Please do not upgrade until we put out another notice.

  • server: fix a typo in limit description of schema (close #2810) (#2811)
  • server: allow creating permissions with conditions spanning tables (close #2512) (#2701)
  • server: support optional parameters in database url (close #1709) (#2344)
  • server: Implemented graceful shutdown for websockets (#2827)
  • server: fix row comparison operator in event triggers (fix #2036) (#2868)
  • server: propagate Postgres table comments to GraphQL schema descriptions (close #446) (#2397)
  • server: Add Data.Time.Clock.Units for DiffTime literals and conversions
  • server: Multiplex all subscriptions, grouping them by their resolved SQL query
  • server: Change the way we determine whether or not queries are reusable
  • server: server: Don’t allow warnings when building in CI (#2892)
  • server: allow customising graphql schema for a table (close #981) (#2509)
  • server: add gzip brotli compression to http responses (close #2674) (#2751)
  • server: add brotli shared lib to packager image (#2924)
  • server: Parameterize all SQL values when multiplexing subscription queries (#2942)
  • server: Fix typo in warning message (#2949)
  • server: fix hpc combine error (close #2946) (#2947)
  • server: update custom column names on renaming/dropping columns (#2933)
  • server: remove conflict_action type (#2950)
  • server: fixes to the subscriptions improvements introduced with #2942 (#3005)
  • server: fix SQL generation if more than one aggregate order_by items present, fix #2981 (#2998)
  • server: remove brotli compression (#2967)
  • server: add raw query field for error http log (close #2963) (#3020)
  • server: support where clause in on_conflict of insert mutation (close #2795) (#3002)
  • cli: check for empty response on migration settings (#2877)
  • cli: optimise migrate api for console on cli (#2895)
  • cli: allow customising graphql schema for a table (close #981) (#2509)
  • console: add console support for setting table as enum (close #2767) (#2789)
  • console: update enums docs (#2813)
  • console: handle "without time zone" dateTime types in permissions builder (close #2842) (#2844)
  • console: fix remote schema headers configuration in console (#2847)
  • console: fix console insert/edit row glitches (close #2840, #2665) (#2843)
  • console: make destructive actions on console require typed out confirmation (close #1469) (#2400)
  • console: fix typos in documentation (#2562)
  • console: update console telemetry config (#2899)
  • console: add console support for exists operator in permissions (close #2837) (#2878)
  • console: fix console server-build script (#2790)
  • console: better key persistence in console (#2686)
  • console: fix typos (#2935)
  • console: updated heroku url property in console readme (#2957)
  • console: fix console lint issues, code formatting (#3028)
  • console: allow only tracked tables in manual relationship definition in console (#3046)
  • console: separate server and cli env variables in console local dev (#2937)
  • console: update graphiql explorer in hasura console and graphiql online (closes #2313) (#2994)
  • console: fix console README and isProduction check while setting globals (#3076)