Releases: GenieFramework/Genie.jl
Releases · GenieFramework/Genie.jl
v5.22.0
Genie v5.22.0
v5.21.2
Genie v5.21.2
v5.21.1
Genie v5.21.1
Merged pull requests:
v5.21.0
Genie v5.21.0
v5.20.1
Genie v5.20.1
v5.20.0
v5.19.1
v5.19.0
Genie v5.19.0
Merged pull requests:
- Add DateTime converter (#667) (@Atitlanio)
- generate secret token before starting application (#669) (@vrkansagara)
Closed issues:
- no csrf_token field is generated when using GenieAuthentication Pkg (#540)
- Question about bin/repl arguments to Julia (#543)
- Genie template system cannot render custom elements (Web Components) (#551)
- blocks missing from no code editor (#556)
- examples of dealing with postpayloads, jsonpayload and rawpayload in docs (#557)
- Code loading for Multi-file controller modules in Genie v5 (#561)
- output redirection didn't work well for Genie apps (#574)
- Embedd latex code via MathJax (#575)
- Memory leak? (#594)
- clean up hardcoded js files/values in gf.com (#609)
- Genie 5.15.0 precompiliation never finishes on
master
(macOS ARM) (#621) - Escaping Julia code delimiters in html views (#624)
- Send Email from Genie (#625)
- Question(s) and suggestion (#626)
- Genie stores path information to locally rendered views. (#635)
- ArgumentError("send() requires
!(ws.writeclosed)
") (#659) - Passing variables to
html
renderer yields key not found error (#670) - hot reload not possible once application hit the error, it require new bootstrap even in GENIE_ENV=dev (#671)
- Error reporting dumps sensitive information (#674)
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)