Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Jan 9, 2024
1 parent f2034c8 commit 28a6b12
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
# Change Log
All notable changes to this project will be documented in this file.

## 1.5.1 - 2023-11-16

### Breaking Changes:

- No Change.

### New features:

- No Change.

### Bug fixes:

- Sped up list actors endpoints with better db call
- Removing some old code
- Better deployer
- t initialization hardened to startup issues


## 1.5.0 - 2023-10-24

### Breaking Changes:

- No Change.

### New features:

- No Change.

### Bug fixes:

- No Change.


## 1.4.0 - 2023-07-06

### Breaking Changes:

- No Change.

### New features:

- No Change.

### Bug fixes:

- No Change.


## 1.3.1 - 2023-06-06

### Breaking Changes:
Expand Down
3 changes: 3 additions & 0 deletions actors/stores.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ def mongo_initialization():
time.sleep(3)

try:
### This is legacy code. By setting hostname on the k8 pod object the hostname won't change
### between restarts. So this is no longer needed. But I'm keeping it here for now.
#
# Get the pod hostname (full) for Mongo K8. We have to set the replica set primary host with
# this, as there's a chance the conf is still pointing at a dead node if you burned down/up
# This also works for Docker, but it's neccessary for K8.
Expand Down

0 comments on commit 28a6b12

Please sign in to comment.