Skip to content

Add changes for 0.9.0 for History.rdoc #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 27, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
=== Net::LDAP 0.9.0
* Major changes:
* Dropped support for ruby 1.8.7, ruby >= 1.9.3 now required
* Major enhancements:
* Search timeout
* Instrumentation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe:

  • Add support for search time limit parameter
  • Instrument received messages, PDU parsing

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth mentioning integration testing and overall improved state of CI?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in bcd03d0 and 9e1af51. Followed convention from earlier release with a "Code clean-up" section

* Bug fixes:
* Fix reads for multiple concurrent requests with shared, open connections mixing up the results
* Fix search size option
* Fix BER encoding bug
* Code clean-up:
* Added integration test suite
* Switch to minitest

* Details
* #142 Encode true as xFF
* #124, #145, #146 Cleanup gemspec
* #138, #144 Track response messages by message id
* #141 Magic number/constant cleanup
* #119, #129, #130, #132, #133, #137 Integration tests
* #115 Search timeout support
* #140 Fix search size option
* #139 Cleanup and inline documentation for Net::LDAP::Connection#search
* #131 Instrumentation
* #116 Refactor Connection#write
* #126 Update gitignore
* #128 Fix whitespace
* #113, #121 Switch to minitest
* #123 Base64 encoded dn
* #114 Separate file for Net::LDAP::Connection
* #104 Parse version spec in LDIF datasets
* #106 ldap.modify doc fixes
* #111 Fix test deprecations

=== Net::LDAP 0.5.0 / 2013-07-22
* Major changes:
* Required Ruby version is >=1.9.3
Expand Down