v1.5.0 (2022-09-19)
Closed issues:
- Update pydantic requirements from 1.10.0 to 1.10.2 #252
Merged pull requests:
- Update pydantic requirement from <1.10.0,>=1.8.2 to >=1.8.2,<1.11.0 #251 (dependabot[bot])
- Fix tzlocal dependency causing an exception #250 (marcelvriend)
- Fix enabled features lookup #248 (marcelvriend)
v1.4.1 (2022-07-28)
v1.4.0 (2022-07-24)
Merged pull requests:
- Add system endpoints #247 (marcelvriend)
- Add aggregated amounts to stock info #246 (marcelvriend)
- Return empty list instead of None #245 (marcelvriend)
- Get details for all batteries #244 (marcelvriend)
- Add open_product API support #243 (grablair)
- Add support for filter conditions #242 (marcelvriend)
- Add consume recipe endpoint #241 (marcelvriend)
- Add support for skipping chores #240 (marcelvriend)
v1.3.0 (2022-06-05)
Merged pull requests:
- Fix int type for amount and price floats #239 (marcelvriend)
- Update responses requirement from ~=0.19.0 to ~=0.21.0 #238 (dependabot[bot])
v1.2.1 (2022-05-21)
Merged pull requests:
- Fix for optional task due_date, category and user #237 (marcelvriend)
v1.2.0 (2022-05-16)
Fixed bugs:
- Bug: Error if product group is not set #215
Closed issues:
Merged pull requests:
- Fix parsing API responses with empty str or null values for optional fields #234 (marcelvriend)
- Add get task method #233 (onegambler)
- Add adaptive PeriodType #231 (BenoitAnastay)
- Updated tests to be compatible with Grocy 3.3.0 #230 (andreheuer)
- Added support for hourly chores #228 (andreheuer)
- Delete generic now uses DELETE verb, instead of GET #227 (onegambler)
- Update pytz requirement from ~=2021.1 to >=2021.1,<2023.0 #225 (dependabot[bot])
- Update responses requirement from ~=0.18.0 to ~=0.19.0 #223 (dependabot[bot])
- Add subproduct substution to consume_product #221 (kingo55)
v1.1.0 (2022-03-05)
Implemented enhancements:
Fixed bugs:
- min_stock_amount should be float, not int #217
Closed issues:
- execute_chore is formatting time in UTC time. grocy server ignores the timezone, so it shifts the date of chore execution #222
- Update Product Userfields #196
Merged pull requests:
- update python #219 (SebRut)
- Optional float #218 (harshi1122)
- Update responses requirement from ~=0.14.0 to ~=0.18.0 #216 (dependabot[bot])
- Added support for product quantities #214 (andreheuer)
- Update pydantic requirement from ~=1.8.2 to >=1.8.2,<1.10.0 #212 (dependabot[bot])
- Feature/edit stock #209 (georgegebbett)
- Product by barcode #208 (georgegebbett)
- Update iso8601 requirement from ~=0.1.16 to >=0.1.16,<1.1.0 #202 (dependabot[bot])
- Update tzlocal requirement from <3.0,>=2.1 to >=2.1,<5.0 #198 (dependabot[bot])
- ProductDetailsResponse last_used Type Date instead of Datetime #194 (sebiecker)
- support path for url #193 (SebRut)
- Update responses requirement from ~=0.13.4 to ~=0.14.0 #191 (dependabot[bot])
v1.0.0 (2021-09-10)
Implemented enhancements:
- Add assigned_to_user to task #188
- Done time should be optional, as it is for execute_chore call #176
- Add support for meal plan sections in grocy v3.1.0 #172
- Add debug mode #167
- Missing generic put and get option #155
- add "get all products" method #97
Fixed bugs:
- Sending no time when tracking chore gives an error #175
Closed issues:
Merged pull requests:
- add assigned_to_user field to Task #190 (SebRut)
- apply black to everything #185 (SebRut)
- migrate to pydantic #184 (SebRut)
- add basic support for product and note type #183 (SebRut)
- add meal plan section support #182 (SebRut)
- add users getter #170 (SebRut)
v0.30.0 (2021-08-23)
Fixed bugs:
- Lovelace not accessible #158
Closed issues:
- grocy.update_generic Entity_type not callable #159
Merged pull requests:
- make done_time optional for complete_task #181 (SebRut)
- pin down tzlocal to <3.0 #180 (SebRut)
- add execute chore tests #179 (SebRut)
- pin dependencies in setup.py #178 (SebRut)
- update & fix tests for grocy 3.1.0 #177 (SebRut)
- Update responses requirement from ~=0.13.3 to ~=0.13.4 #173 (dependabot[bot])
- Update iso8601 requirement from ~=0.1.14 to ~=0.1.16 #171 (dependabot[bot])
- switch from general requests logging to custom http logging events #169 (SebRut)
- add basic request/response logging capability #168 (SebRut)
- Upgrade to GitHub-native Dependabot #166 (dependabot-preview[bot])
- Update responses requirement from ~=0.13.2 to ~=0.13.3 #165 (dependabot-preview[bot])
- Update responses requirement from ~=0.13.1 to ~=0.13.2 #164 (dependabot-preview[bot])
- add tojson helper method #163 (SebRut)
- Update responses requirement from ~=0.13.0 to ~=0.13.1 #162 (dependabot-preview[bot])
- Update responses requirement from ~=0.12.1 to ~=0.13.0 #161 (dependabot-preview[bot])
v0.29.0 (2021-03-03)
Closed issues:
- 404 errors and unresponsive sensors after configuring integration in HA #154
Merged pull requests:
v0.28.0 (2021-02-20)
Implemented enhancements:
- Better error messages #133
Closed issues:
- Support for Grocy 3.x api #145
Merged pull requests:
- better error handling #153 (SebRut)
- add python 3.6 to tox config #152 (SebRut)
- add python 3.6 to tox config #151 (SebRut)
v0.27.0 (2021-02-15)
Merged pull requests:
- add tests for meal plan && change MealItem to only fetch recipe when … #150 (SebRut)
- fix error if product has no barcodes #149 (SebRut)
v0.26.0 (2021-02-13)
Implemented enhancements:
Closed issues:
- make data used in docker grocy instance testing consistent #94
Merged pull requests:
v0.25.0 (2021-02-10)
Merged pull requests:
- Grocy 3.0.0+ support #146 (SebRut)
- Update iso8601 requirement from ~=0.1.13 to ~=0.1.14 #144 (dependabot-preview[bot])
- use tox #143 (SebRut)
- Update coveralls requirement from ~=2.1.2 to ~=3.0.0 #142 (dependabot-preview[bot])
- Update pdoc3 requirement from ~=0.9.1 to ~=0.9.2 #141 (dependabot-preview[bot])
v0.24.1 (2020-11-16)
Merged pull requests:
- upgrade travis ci to python3.8 #139 (SebRut)
- Update responses requirement from ~=0.12.0 to ~=0.12.1 #138 (dependabot-preview[bot])
v0.24.0 (2020-11-16)
Implemented enhancements:
Closed issues:
- Dependabot couldn't authenticate with https://pypi.python.org/simple/ #134
- Split up main file #110
Merged pull requests:
v0.23.0 (2020-09-11)
Closed issues:
- 400 response when posting #131
Merged pull requests:
v0.22.0 (2020-09-07)
Implemented enhancements:
Fixed bugs:
- With product location disabled nothing works #129
Merged pull requests:
- check if location field exists before parsing #130 (SebRut)
- Update responses requirement from ~=0.11.0 to ~=0.12.0 #128 (dependabot-preview[bot])
- Update pdoc3 requirement from ~=0.9.0 to ~=0.9.1 #126 (dependabot-preview[bot])
- Update pdoc3 requirement from ~=0.8.4 to ~=0.9.0 #125 (dependabot-preview[bot])
- Update responses requirement from ~=0.10.16 to ~=0.11.0 #124 (dependabot-preview[bot])
v0.21.0 (2020-08-18)
Implemented enhancements:
- consider using ciso8601 instead of iso8601 #84
Fixed bugs:
- Not all fields of Product are set in all cases #122
Closed issues:
- Task without due date gives error #119
Merged pull requests:
- init all Product fields with None by default #123 (SebRut)
- Check for empty string in parse_date #120 (isabellaalstrom)
- Update coveralls requirement from ~=2.1.1 to ~=2.1.2 #108 (dependabot-preview[bot])
- Update responses requirement from ~=0.10.15 to ~=0.10.16 #107 (dependabot-preview[bot])
v0.20.0 (2020-08-16)
Closed issues:
- Use Product instead of ProductDate in ShoppingListProduct #116
Merged pull requests:
- only localize datetimes not already containing tz info #118 (SebRut)
- Use Product instead of ProductData #117 (SebRut)
v0.19.0 (2020-08-14)
Merged pull requests:
- Add endpoint for adding generic entity #115 (isabellaalstrom)
v0.18.0 (2020-08-14)
Merged pull requests:
- Add details for tasks #114 (isabellaalstrom)
v0.17.0 (2020-08-14)
Closed issues:
- Misnaming in enum #112
Merged pull requests:
v0.16.0 (2020-08-13)
Implemented enhancements:
- implement meal plan and recipes interface #90
Merged pull requests:
- Bugfix/bug smashing #111 (SebRut)
- Add meal plan / recipe interfaces. #90 #109 (nervetattoo)
- Update pdoc3 requirement from ~=0.8.3 to ~=0.8.4 #105 (dependabot-preview[bot])
- Update coveralls requirement from ~=2.0.0 to ~=2.1.1 #104 (dependabot-preview[bot])
- Update pdoc3 requirement from ~=0.8.1 to ~=0.8.3 #102 (dependabot-preview[bot])
- Update responses requirement from ~=0.10.14 to ~=0.10.15 #101 (dependabot-preview[bot])
v0.15.0 (2020-05-25)
Implemented enhancements:
Fixed bugs:
- fix failing travis build because of changed docker-grocy setup #92
Closed issues:
- complete abstraction on top of server data classes #95
- CurrentStockResponse contains Product data #81
Merged pull requests:
- upgrade used grocy version #100 (SebRut)
- Feature/91 task api #99 (SebRut)
- add all fields from chore details api call #98 (SebRut)
- finish abstraction from api #96 (SebRut)
- fix travis build #93 (SebRut)
- Update responses requirement from ~=0.10.12 to ~=0.10.14 #89 (dependabot-preview[bot])
- Update pdoc3 requirement from ~=0.6.4 to ~=0.8.1 #88 (dependabot-preview[bot])
- Update coveralls requirement from ~=1.11.1 to ~=2.0.0 #86 (dependabot-preview[bot])
- Fix #81 #82 (BlueBlueBlob)
* This Changelog was automatically generated by github_changelog_generator