Releases: GenieFramework/Genie.jl
Releases Β· GenieFramework/Genie.jl
v5.18.2
v4.20.2
Genie v4.20.2
Closed issues:
- ERROR: UndefVarError: LibGit2 not defined (#402)
- Issues in installing Genie on Julia 1.7.2 (#533)
- Routes donβt decode the Unicode characters of encoded URLs (#549)
- MVC Tutorial Error (#555)
- HTTPS Section Says HTTP In First Paragraph (#564)
- Two different routes for 2 different servers (#572)
- Question UndefVarError: secret_token! not defined (#586)
- Missing Sockets import in Loader (#589)
- The Table of Content of tutorial page is sorting by alphabet (#591)
- @onchangeany macro requires at least two arguments (#595)
- Enable customization of behavior in respect to connection loss (#599)
- Have to specify ws_port when specifying port for up() (#606)
- KeyError: key :column_type not found (#607)
- Warning: tarball content does not match git-tree-sha1 (#610)
- Genie Builder seems to crash after installation (#612)
- Websockets connection is not robust (#613)
- Bug when following Heroku deploy tutorial (#619)
- Export Requests.getheaders [feature request] (#629)
- Problem following tutorial
Working with Genie apps (projects)
(#641) - the V4 to V5 guide does not mention that configuration now is done differently (#651)
Merged pull requests:
- change default value for basedir in add_fileroute (#573) (@hhaensel)
- contains => occursin (needle-haystack around the wrong way) (#577) (@angusmoore)
- download functionality for files (#578) (@AbhimanyuAryan)
- Update 4-1--Developing_MVC_Web_Apps.md (#579) (@jglee1)
- Handle correctly multiple "Set-Cookie" headers (#587) (@wildart)
- add support for websockets_base_path (#588) (@hhaensel)
- sorting based on .autoload (#593) (@AbhimanyuAryan)
- fixing issue#549 encoded urls (#596) (@AbhimanyuAryan)
- move
data() |> string
to fallback (#601) (@hhaensel) - new sortloadorder algorithm (#603) (@AbhimanyuAryan)
- fix docs typo (#604) (@iskyd)
- support for dotenv (#605) (@AbhimanyuAryan)
- remove fallback for html (#608) (@hhaensel)
- include all disconnected clients in disconnected_clients() (#611) (@hhaensel)
- html docs fix (#614) (@jeremiedb)
- fixed docstring setcookies (#615) (@AbhimanyuAryan)
- Websockets fix (#617) (@jochenkrattenmacher)
- using MIMEs instead of maintaing the list manually (#620) (@AbhimanyuAryan)
- Fix the
up
command ignoring thehost
param - Genie uses a wrong hostname when listening for socket. (#622) (@pszufe) - Fix a few typos in docs and docstrings (#638) (@pitmonticone)
- Fix/appname with underscore dash (#639) (@AbhimanyuAryan)
- Replace
getkey
withhaskey
(#640) (@LilithHafner) - Remove
limit=4
when creating tablemovies
for integer columnyear
(#642) (@hxzrx) - Fix/to link base path (#643) (@AbhimanyuAryan)
- Fix Geine v4/julia v1.8+ compat (#645) (@LilithHafner)
- Remove genie v4/julia v1.8+ incompatibility note (#646) (@LilithHafner)
- Run CI on the latest version of Julia instead of 1.7 (#647) (@LilithHafner)
- Bump to 4.20.2 (#649) (@LilithHafner)
v5.18.1
Genie v5.18.1
Merged pull requests:
- using MIMEs instead of maintaing the list manually (#620) (@AbhimanyuAryan)
- Remove
limit=4
when creating tablemovies
for integer columnyear
(#642) (@hxzrx) - Fix/to link base path (#643) (@AbhimanyuAryan)
- Fix Geine v4/julia v1.8+ compat (#645) (@LilithHafner)
- Remove genie v4/julia v1.8+ incompatibility note (#646) (@LilithHafner)
- Run CI on the latest version of Julia instead of 1.7 (#647) (@LilithHafner)
- Bump to 4.20.2 (#649) (@LilithHafner)
v5.18.0
Genie v5.18.0
Closed issues:
- Problem following tutorial
Working with Genie apps (projects)
(#641)
Merged pull requests:
- Replace
getkey
withhaskey
(#640) (@LilithHafner)