Skip to content

Releases: GenieFramework/Genie.jl

v1.7.4

22 Oct 21:04
Compare
Choose a tag to compare

Genie v1.7.4

Diff since v1.7.3

Closed issues:

  • newapp with autostart=false starts always server (#289)

Merged pull requests:

v1.7.3

13 Oct 21:04
Compare
Choose a tag to compare

Genie v1.7.3

Diff since v1.7.2

v1.7.2

13 Oct 10:04
Compare
Choose a tag to compare

Genie v1.7.2

Diff since v1.7.1

Merged pull requests:

v1.7.1

11 Oct 14:04
Compare
Choose a tag to compare

Genie v1.7.1

Diff since v1.7.0

v1.7.0

11 Oct 10:04
Compare
Choose a tag to compare

Genie v1.7.0

Diff since v1.6.0

v1.6.0

08 Oct 23:03
Compare
Choose a tag to compare

Genie v1.6.0

Diff since v1.5.0

Closed issues:

  • [Docs]Missing content for developing MVC apps tutorial page (#285)

Merged pull requests:

  • allow for explicit channel specification; adapt security of ws protocol to http (#288) (@hhaensel)

v1.5.0

04 Oct 18:04
Compare
Choose a tag to compare

Genie v1.5.0

Diff since v1.4.0

v1.4.0

03 Oct 16:04
Compare
Choose a tag to compare

Genie v1.4.0

Diff since v1.3.0

Closed issues:

  • Websocket connection not working on AWS EC2 instances (#274)
  • Allow HTTP and WS servers to listen on the same port (#276)

v1.3.0

29 Sep 20:04
Compare
Choose a tag to compare

Genie v1.3.0

Diff since v1.2.0

Merged pull requests:

  • Support single-port mode for http and websocket (#284) (@hhaensel)

v1.2.0

28 Sep 20:04
Compare
Choose a tag to compare

Genie v1.2.0

Diff since v1.1.0

Closed issues:

  • Link to documentation at www.genieframework.com is broken (#256)
  • Routes precedence (#263)
  • Can't upgrade Genie without downgrading Memento, slowing down PostgreSQL driver loading (#269)
  • Missing mimetype for .mjs files (#270)
  • WebSocket handling is doing too much (#271)
  • Question about large files (#273)
  • Genie.newapp_webservice() throws exception when creating new project (#282)

Merged pull requests:

  • Fix typo (SeachLight => SearchLight) (#267) (@dskkato)
  • Fix the path string to Julia for win env. setups (#268) (@dskkato)
  • change clientside calculation of ws connection (#275) (@hhaensel)
  • CompatHelper: bump compat for "Revise" to "3.1" (#278) (@github-actions[bot])
  • modified test_cache to use safetestset (#280) (@codingonsteroid)