v0.16.0 (2022-04-29)
Closed issues:
- [Feature Request] Add list of sponsors on the project website #182
- Optional build feature for io_uring #177
- Create Custom headers for the response. #174
Merged pull requests:
- Fix build pipeline #190 (sansyrox)
- fix typo ✏️ in api docs. #189 (sombralibre)
- Remove hashmap clones #187 (sansyrox)
- Code clean up | Modularise rust code #185 (sansyrox)
- Add experimental io-uring #184 (sansyrox)
- Implement Response headers #179 (sansyrox)
- Code cleanup #178 (sansyrox)
v0.15.1 (2022-03-24)
Closed issues:
- Add middleware support #95
Merged pull requests:
- Make websocket id accessible #173 (sansyrox)
- Use Clippy tool optimized code #171 (mrxiaozhuox)
- Modify headers #170 (sansyrox)
- Update README.md #168 (Polokghosh53)
v0.15.0 (2022-03-17)
Closed issues:
v0.14.0 (2022-03-03)
Fixed bugs:
- Build error #161
Merged pull requests:
- Implement Custom Response objects. #165 (sansyrox)
- Remove deprecated endpoints #162 (sansyrox)
- Fix: default url param in app.start #160 (sansyrox)
- Add middlewares #157 (sansyrox)
- Remove arc(ing) #156 (sansyrox)
v0.13.1 (2022-02-19)
v0.13.0 (2022-02-15)
v0.12.1 (2022-02-13)
Closed issues:
v0.12.0 (2022-01-21)
Closed issues:
Merged pull requests:
- Add Event handlers #154 (sansyrox)
- Remove poetry #152 (sansyrox)
- Use print instead of input after starting server #149 (klaa97)
- Fix dev server #148 (sansyrox)
- URL queries #146 (patchgamestudio)
- Add project wide flake8 settings #143 (sansyrox)
v0.11.1 (2022-01-11)
v0.11.0 (2022-01-07)
Fixed bugs:
- Hot Reloading goes in an infinite loop #115
Closed issues:
v0.10.0 (2021-12-20)
Closed issues:
- Add PyPI classifiers #127
- Robyn version 0.9.0 doesn't work on Mac M1 Models #120
- Inconsistency in steps mentioned in Readme to run locally #119
- Async web socket support #116
- Reveal Logo to be removed from Future Roadmap #107
- Dead Link for Test Drive Button on Robyn Landing Page #106
- Add issue template, pr template and community guidelines #105
- For v0.7.0 #72
- Add better support for requests and response! #13
Merged pull requests:
- Add async support in WS #134 (sansyrox)
- Add help messages and simplify 'dev' option #128 (Kludex)
- Apply Python highlight on api.md #126 (Kludex)
- Update comparison.md #124 (Kludex)
- Update comparison.md #123 (Kludex)
- Fix readme documentation #122 (sansyrox)
- Release v0.9.0 Changelog #121 (sansyrox)
- [FEAT] Open Source Contribution Templates #118 (shivaylamba)
- FIX : Wrong link for Test Drive #117 (shivaylamba)
v0.9.0 (2021-12-01)
Closed issues:
- Add more HTTP methods #74
Merged pull requests:
v0.8.1 (2021-11-17)
Fixed bugs:
- The default start is running the server at '0.0.0.0' instead of '127.0.0.1' #110
v0.8.0 (2021-11-10)
Closed issues:
- Share the TCP web socket across different cores #91
- Improve the router #52
- [Stretch Goal] Create a a way of writing async request #32
- Improve the router #29
Merged pull requests:
- Fix the failing testing suite! #100 (sansyrox)
- Requests object is now optional #99 (sansyrox)
- Add socket sharing #94 (sansyrox)
v0.7.1 (2021-10-28)
Closed issues:
- Remove the solution using dockerisation of tests #98
- Functions not working without request param #96
- Add actix router #85
- Request apart from GET are not working in directory subroutes #79
- Add the ability to share the server across the network #69
- Add the ability to view headers in the HTTP Methods #54
- Add tests! #8
v0.7.0 (2021-10-03)
Closed issues:
Merged pull requests:
- Finally completed router integration #90 (sansyrox)
- Address clippy lints #89 (SanchithHegde)
- Initial docs update #83 (sansyrox)
- Add the basics of python testing #82 (sansyrox)
- Add a new landing page #80 (sansyrox)
v0.6.1 (2021-08-30)
Closed issues:
- Make a new release #71
- Update to the pyo3 v0.14 #63
- Add the support to serve static directories #55
- Add support for mounting directory #38
Merged pull requests:
- Add the base of http requests #78 (sansyrox)
- Add default port and a variable url #77 (sansyrox)
- Make the request object accessible in every route #76 (sansyrox)
- Add the basics for circle ci and testing framework #67 (sansyrox)
- Update to pyo3 v0.14 #65 (sansyrox)
- Add the static directory serving #64 (sansyrox)
- Create a request object #61 (sansyrox)
- Add the ability to add body in PUT, PATCH and DELETE #60 (sansyrox)
- Implement a working dev server #40 (sansyrox)
- Use Actix as base #35 (JackThomson2)
v0.6.0 (2021-08-11)
Closed issues:
- Add body support for PUT, POST and PATCH #53
- Away with limited internet access till 1st August #51
- Add doc stings #42
- OSX builds are failing #41
- Add a dev server implementation #37
- Mini Roadmap | A list of issues that would require fixing #19
- Add support for Object/JSON Return Type! #9
v0.5.3 (2021-07-12)
Merged pull requests:
- Improve the HTML file serving #46 (sansyrox)
- Add the basics to add serving of static files #36 (sansyrox)
v0.5.2 (2021-07-11)
v0.5.1 (2021-07-10)
Closed issues:
- Make html file serving more robust #45
- Try to serve individual static files using vanilla rust #43
- Error on import #16
- Add multiple process sharing #2
v0.5.0 (2021-07-01)
Closed issues:
- QPS drops drastically after processing many requests #31
- Improve the way you parse TCP streams #30
- Re-introduce thread pool for the sync functions (maybe) #22
- Add async listener object in rust stream! #11
Merged pull requests:
v0.4.1 (2021-06-26)
Closed issues:
- Add PyPi Metadata #5
Merged pull requests:
- Build and publish wheels on GitHub Actions #26 (messense)
- Code cleanup using PyFunction type #25 (sansyrox)
- Add non blocking sync functions #23 (sansyrox)
- Add support for sync functions #20 (sansyrox)
0.4.0 (2021-06-22)
Closed issues:
- Add support for Sync functions as well! #7
v0.3.0 (2021-06-21)
Closed issues:
Merged pull requests:
- Pure tokio #17 (JackThomson2)
- Remove Mutex lock on Threadpool and routes #15 (JackThomson2)
v0.2.3 (2021-06-18)
Closed issues:
- Improve async runtime #3
* This Changelog was automatically generated by github_changelog_generator