Skip to content

Releases: tecladocode/rest-apis-flask-python

v2.0.0-beta.4 (Flask-JWT-Extended improvements)

23 Aug 11:18
4ced652
Compare
Choose a tag to compare

While recording the Flask-JWT-Extended version, made a few improvements.

New content

  • ✨ Add lecture on how JWTs are used.
  • ✨ Add lecture on Insomnia request chaining.

Content improvements

  • 👨‍💻 Make item name not unique as it was an unrealistic constraint in a real system.
  • 👨‍💻 Remove @classmethod from User resource endpoint. These were left over from a previous version of the course.
  • 🐛 Improve explanations in "What is a REST API"
  • 🐛 Improve code blocks in SQLAlchemy section.

v2.0.0-beta.3 (Code improvements)

11 Jul 09:25
Compare
Choose a tag to compare

Making a release after doing some code improvements while recording the Flask-Smorest section.

  • ✨ Split one lecture into 3 to make it more readable, via #57
  • Changed plural endpoints such as /items, /stores, and /tags to the singular counterparts, throughout all the sections.

v2.0.0-beta.2 (Git section)

08 Jul 10:27
73ffdbc
Compare
Choose a tag to compare

Added the Git section, which is really just a link to another e-book that I wrote for a live stream: https://git-workshop.tecladocode.com.

New content

  • ✨ Add new Git section
  • 🎨 Improve Docker section with diagrams and improved explanations

note: this release was previously accidentally released on master, but it should've been on develop.

v2.0.0-beta.1 (Database migrations)

20 Jun 09:41
1d7893a
Compare
Choose a tag to compare

First beta release as I'll start recording the course content for publishing on Udemy based on this release.

Content may still change substantially during recording.

New content

  • ✨ Added database migrations section via #54

v2.0.0-alpha.4 (Flask-JWT-Extended)

08 Jun 14:43
5d60e6a
Compare
Choose a tag to compare

Adds Flask-JWT-Extended via #53 as well as fix some e-book bugs.

v2.0.0-alpha.3 (many-to-many relationships)

01 Jun 15:16
81c4c5a
Compare
Choose a tag to compare

Add section on many-to-many relationships with SQLAlchemy and Flask-SQLAlchemy via #51.

v2.0.0-alpha.2 (Flask-SQLAlchemy)

01 Jun 13:55
0b98f3b
Compare
Choose a tag to compare

Add section on SQL database storage using SQLAlchemy and Flask-SQLAlchemy.

This release includes Item and Store models, and their one-to-many relationship, via #50.

v2.0.0-alpha.1

27 May 13:39
Compare
Choose a tag to compare

First release of the v2 of the course 🎉

We've written a few sections of our upcoming course! These sections are available for free in the course e-book (still a work in progress, but these are the finished sections):

v1.0.1

27 May 13:34
3380640
Compare
Choose a tag to compare
  • #34
  • #39 and updated PDFs with the updated content
  • Updated README.md file so it's a bit clearer what's going on. Both direct on the master branch (sorry!) and via #49

First official release

02 Jul 09:19
d2d4087
Compare
Choose a tag to compare

Although this isn't the first actual release of this course, it's the first official release. That's why we're calling it v1.0.0.

There have been a few changes since the original course was made (and that possibly differs from what's on Udemy):

Moving forward our plan is to work in public, share our decisions about what we cover and don't cover, and show the changes we make over time.

We'll make use of GitHub Discussions for the Teclado team to talk about the course. If you have suggestions that haven't been mentioned before, please feel free to add them to the Discussions section, under "Ideas". Please don't use the GitHub Discussions to ask questions about the course (use the Udemy Course Q&A or our Discord server for that!).

We'll use Issues and Pull Requests (and maybe Projects) to track our work publicly over time.