...@@ -2,6 +2,28 @@ ...@@ -2,6 +2,28 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. entry.
## 11.8.8 (2019-04-23)
### Fixed (5 changes)
- Bring back Rugged implementation of find_commit. !25477
- Fix bug in BitBucket imports with SHA shorter than 40 chars. !26050
- Fix health checks not working behind load balancers. !26055
- Fix error creating a merge request when diff includes a null byte. !26190
- Avoid excessive recursive calls with Rugged TreeEntries. !26813
### Performance (1 change)
- Bring back Rugged implementation of ListCommitsByOid. !27441
### Other (4 changes)
- Bring back Rugged implementation of GetTreeEntries. !25674
- Bring back Rugged implementation of CommitIsAncestor. !25702
- Bring back Rugged implementation of TreeEntry. !25706
- Bring back Rugged implementation of commit_tree_entry. !25896
## 11.8.7 (2019-04-09) ## 11.8.7 (2019-04-09)
- No changes. - No changes.
... ...
......
---
title: Fix bug in BitBucket imports with SHA shorter than 40 chars
merge_request: 26050
author:
type: fixed
---
title: Bring back Rugged implementation of ListCommitsByOid
merge_request: 27441
author:
type: performance
---
title: Avoid excessive recursive calls with Rugged TreeEntries
merge_request: 26813
author:
type: fixed
---
title: Fix error creating a merge request when diff includes a null byte
merge_request: 26190
author:
type: fixed
---
title: Fix health checks not working behind load balancers
merge_request: 26055
author:
type: fixed
---
title: Bring back Rugged implementation of CommitIsAncestor
merge_request: 25702
author:
type: other
---
title: Bring back Rugged implementation of commit_tree_entry
merge_request: 25896
author:
type: other
---
title: Bring back Rugged implementation of find_commit
merge_request: 25477
author:
type: fixed
---
title: Bring back Rugged implementation of TreeEntry
merge_request: 25706
author:
type: other
---
title: Bring back Rugged implementation of GetTreeEntries
merge_request: 25674
author:
type: other