Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Releases: metachaos-systems/glasnost

Glasnost v0.16 released

02 Oct 18:27
Compare
Choose a tag to compare

GraphQL block and statistics objects are now available as well as ordering and sorting args for posts/comments query.

Glasnost v0.15 released

20 Sep 17:46
Compare
Choose a tag to compare

Added tables for steem and golos blocks, block event handler and an improved sync subsystem,

Glasnost v0.14 released

12 Sep 12:26
Compare
Choose a tag to compare

This release improve blockchain sync time and perfomance and adds more features for Graphql queries.

Glasnost v0.13 released

05 Sep 11:26
Compare
Choose a tag to compare

Glasnost has been converted to GraphQL JSON API

  • GraphQL endpoint
  • GraphiQL endpoint
  • Blockchain realtime sync
  • Lookback extractor

Glasnost v0.12 released

26 Jul 16:52
Compare
Choose a tag to compare

A significant number of updates: PostgreSQL, realtime sync, author sync is removed, config is removed, etc.

Glasnost v0.11 released

12 Jun 13:02
Compare
Choose a tag to compare
  • added front-end client prototype demo
  • added realtime streaming WS API

Glasnost v0.10 released

06 Jun 10:38
Compare
Choose a tag to compare
  • new iteration of posts page design
  • added a configurable custom and a config option. example: "menu": [{"item": "Menu Item 1", "dropdown_items": [["title", link]]}]
  • upgrade insecure requests config option issue #9 closed
  • default image for posts missing one issue #13 closed
  • match Steemit behaviour for non-standard markdown imgsissue #11 closed
  • cleaned up and improved excerpts generation
  • performance: markdown parsing moved to blockchain sync step
  • add js libs required by semantic-ui
  • docker image updated to v0.10

Glasnost v0.9 released

01 Jun 10:22
Compare
Choose a tag to compare
  • added support for simultaneous multiple blockchain authors
  • new design for a blog posts list

Glasnost v0.8 released

17 Apr 10:19
Compare
Choose a tag to compare

An important architecture update: configuration can be now reloaded without restarting Glasnost. Administration workflow generates a random admin password that authenticates config URL changes and re-syncs.

Glasnost v0.7 released

29 Mar 11:33
Compare
Choose a tag to compare

This release adds post filter by titles using regular expressions and by created date using only_before and only_after values.